mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 00:21:42 +02:00
Merge branch '3.2.x' into 3.3.x
This commit is contained in:
@@ -42,10 +42,6 @@ function install_php_extension
|
|||||||
|
|
||||||
php_ini_file=$(find_php_ini)
|
php_ini_file=$(find_php_ini)
|
||||||
|
|
||||||
# Disable opcache for testing
|
|
||||||
echo 'Disabling Opcache'
|
|
||||||
echo 'opcache.enable=0' >> "$php_ini_file"
|
|
||||||
|
|
||||||
# APCu
|
# APCu
|
||||||
if [ `php -r "echo (int) (version_compare(PHP_VERSION, '7.0.0-dev', '>=') && version_compare(PHP_VERSION, '7.3.0-dev', '<'));"` == "1" ]
|
if [ `php -r "echo (int) (version_compare(PHP_VERSION, '7.0.0-dev', '>=') && version_compare(PHP_VERSION, '7.3.0-dev', '<'));"` == "1" ]
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user