summaryrefslogtreecommitdiffstats
path: root/opcache.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-11-02 09:39:16 +0100
committerRemi Collet <fedora@famillecollet.com>2014-11-02 09:39:16 +0100
commit52ddfa984e49a01d62c3718f2aed5a6fe49ea663 (patch)
treeef6e5ba6ed1614352c648cdcbf4423e56c28fc2d /opcache.ini
parenta276585dc339de0938159df25ff9d2b49747d8d3 (diff)
php 5.5: - update to 5.5.19RC1
- new version of systzdata patch, fix case sensitivity - disable opcache.fast_shutdown in default config
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