From e8116421da4167f0014cbd5c2b9d4ded8881eddf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Nov 2014 08:01:18 +0100 Subject: - 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 --- opcache.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcache.ini') 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 -- cgit