mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 05:38:52 +00:00
[ticket/12948] Remove no longer needed opcache workaround. Travis has 5.5.15.
PHPBB3-12948
This commit is contained in:
parent
deaa0a8c75
commit
0a6fdbe636
1 changed files with 0 additions and 6 deletions
|
@ -42,12 +42,6 @@ function install_php_extension
|
||||||
|
|
||||||
php_ini_file=$(find_php_ini)
|
php_ini_file=$(find_php_ini)
|
||||||
|
|
||||||
# disable broken opcache on PHP 5.5.7 and 5.5.8
|
|
||||||
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.5.9', '<');"` == "1" ]
|
|
||||||
then
|
|
||||||
sed -i '/opcache.so/d' "$php_ini_file"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# apc
|
# apc
|
||||||
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.5.0-dev', '<');"` == "1" ]
|
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.5.0-dev', '<');"` == "1" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue