summaryrefslogtreecommitdiffstats
path: root/opcache.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-11-02 08:16:24 +0100
committerRemi Collet <fedora@famillecollet.com>2014-11-02 08:16:24 +0100
commit0545d319809fbd7251e59b1040e7f5b07cf6f6e1 (patch)
tree1ac801a8c569f62b8b6d089f7d1bd9a554309764 /opcache.ini
parentd1652183b923a5012dc86048cbf94bf53d48d614 (diff)
php55-php:
- update to 5.5.19RC1 - new version of systzdata patch, fix case sensitivity - disable opcache.fast_shutdown in default config - add php56-cgi command in base system
Diffstat (limited to 'opcache.ini')
-rw-r--r--opcache.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcache.ini b/opcache.ini
index 0b85b67..dd117db 100644
--- a/opcache.ini
+++ b/opcache.ini
@@ -48,7 +48,7 @@ opcache.max_accelerated_files=4000
;opcache.load_comments=1
; If enabled, a fast shutdown sequence is used for the accelerated code
-opcache.fast_shutdown=1
+;opcache.fast_shutdown=0
; Allow file existence override (file_exists, etc.) performance feature.
;opcache.enable_file_override=0