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