mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16217] Enable opcache on travis tests again
PHPBB3-16217
This commit is contained in:
parent
b8e86975a4
commit
db83419ea3
1 changed files with 0 additions and 3 deletions
|
@ -48,9 +48,6 @@ then
|
||||||
echo 'Enabling APC PHP extension'
|
echo 'Enabling APC PHP extension'
|
||||||
printf "\n" | pecl install apc
|
printf "\n" | pecl install apc
|
||||||
echo 'apc.enable_cli=1' >> "$php_ini_file"
|
echo 'apc.enable_cli=1' >> "$php_ini_file"
|
||||||
else
|
|
||||||
echo 'Disabling Opcache'
|
|
||||||
echo 'opcache.enable=0' >> "$php_ini_file"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# APCu
|
# APCu
|
||||||
|
|
Loading…
Add table
Reference in a new issue