From 26f3ff25fe6d31463c104a034b72fff42b123d5f Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 27 Mar 2013 21:08:18 +0400 Subject: Added opcache.enable_cli=0 --- php.ini-production | 3 +++ 1 file changed, 3 insertions(+) (limited to 'php.ini-production') diff --git a/php.ini-production b/php.ini-production index 33fcd3a6c7..600debc9e7 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1864,6 +1864,9 @@ ldap.max_links = -1 ; Determines if Zend OPCache is enabled ;opcache.enable=0 +; Determines if Zend OPCache is enabled for the CLI version of PHP +;opcache.enable_cli=0 + ; The OPcache shared memory storage size. ;opcache.memory_consumption=64 -- cgit v1.2.1