From 26f3ff25fe6d31463c104a034b72fff42b123d5f Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 27 Mar 2013 21:08:18 +0400 Subject: [PATCH] Added opcache.enable_cli=0 --- php.ini-development | 3 +++ php.ini-production | 3 +++ 2 files changed, 6 insertions(+) diff --git a/php.ini-development b/php.ini-development index e79a3e051d..e9c7cd662f 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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 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 -- 2.40.0