From d065c5413c9d99206cbe8fc2c92374209f7edf49 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Aug 2017 16:46:28 +0200 Subject: refresh configuration files, sync with upstream, drop .so suffix --- 10-opcache.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '10-opcache.ini') diff --git a/10-opcache.ini b/10-opcache.ini index 39c6b6f..1bf3d2a 100644 --- a/10-opcache.ini +++ b/10-opcache.ini @@ -1,5 +1,5 @@ ; Enable Zend OPcache extension module -zend_extension=opcache.so +zend_extension=opcache ; Determines if Zend OPCache is enabled opcache.enable=1 @@ -43,6 +43,7 @@ opcache.max_accelerated_files=4000 ;opcache.save_comments=1 ; If enabled, a fast shutdown sequence is used for the accelerated code +; Depending on the used Memory Manager this may cause some incompatibilities. ;opcache.fast_shutdown=0 ; Allow file existence override (file_exists, etc.) performance feature. -- cgit