diff --git a/php.ini-development b/php.ini-development index e79a3e051df..e9c7cd662f0 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 33fcd3a6c77..600debc9e75 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