mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
Merge branch '3.1.x'
Conflicts: .travis.yml
This commit is contained in:
@@ -48,6 +48,9 @@ then
|
||||
echo 'Enabling APC PHP extension'
|
||||
register_php_extension 'apc' "$php_ini_file"
|
||||
echo 'apc.enable_cli=1' >> "$php_ini_file"
|
||||
else
|
||||
echo 'Disabling Opcache'
|
||||
echo 'opcache.enable=0' >> "$php_ini_file"
|
||||
fi
|
||||
|
||||
# redis
|
||||
|
Reference in New Issue
Block a user