1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 12:22:03 +02:00

Merge pull request #5741 from marc1706/ticket/16217

[ticket/16217] Enable opcache on travis tests again
This commit is contained in:
Marc Alexander 2019-11-22 19:15:03 +01:00
commit bf96786cda
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -48,9 +48,6 @@ then
echo 'Enabling APC PHP extension'
printf "\n" | pecl install apc
echo 'apc.enable_cli=1' >> "$php_ini_file"
else
echo 'Disabling Opcache'
echo 'opcache.enable=0' >> "$php_ini_file"
fi
# APCu