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

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2019-11-22 19:16:09 +01:00
commit 75b12e7c75
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -42,10 +42,6 @@ function install_php_extension
php_ini_file=$(find_php_ini)
# Disable opcache for testing
echo 'Disabling Opcache'
echo 'opcache.enable=0' >> "$php_ini_file"
# APCu
if [ `php -r "echo (int) (version_compare(PHP_VERSION, '7.0.0-dev', '>=') && version_compare(PHP_VERSION, '7.3.0-dev', '<'));"` == "1" ]
then