diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-02 08:01:18 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-02 08:01:18 +0100 |
commit | e8116421da4167f0014cbd5c2b9d4ded8881eddf (patch) | |
tree | 83b281f9aa131b32a9266671a5096c5b4d0de28c /opcache.ini | |
parent | a4a5ee68da16b7bcbf0f475ee6e11ba4d08fd920 (diff) |
- update to 5.6.3RC1
- new version of systzdata patch, fix case sensitivity
- ignore Factory in date tests
- disable opcache.fast_shutdown in default config
- add php56-cgi command in base system
Diffstat (limited to 'opcache.ini')
-rw-r--r-- | opcache.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcache.ini b/opcache.ini index fb3e9a9..21f16ad 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 |