mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-13 02:55:20 +02:00
Merge pull request #2017 from nickvergessen/ticket/12141
[ticket/12141] Disable opcache on travis for php 5.5.8 aswell * nickvergessen/ticket/12141: [ticket/12141] Disable opcache on travis for php 5.5.8 aswell
This commit is contained in:
commit
eb2d8fe6d8
@ -37,8 +37,8 @@ function install_php_extension
|
|||||||
|
|
||||||
php_ini_file=$(find_php_ini)
|
php_ini_file=$(find_php_ini)
|
||||||
|
|
||||||
# disable broken opcache on PHP 5.5.7
|
# disable broken opcache on PHP 5.5.7 and 5.5.8
|
||||||
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.5.8', '<');"` == "1" ]
|
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.5.9', '<');"` == "1" ]
|
||||||
then
|
then
|
||||||
sed -i '/opcache.so/d' "$php_ini_file"
|
sed -i '/opcache.so/d' "$php_ini_file"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user