Commit:    26f3ff25fe6d31463c104a034b72fff42b123d5f
Author:    Dmitry Stogov <dmi...@zend.com>         Wed, 27 Mar 2013 21:08:18 
+0400
Parents:   f1395346942e1022620de821fbc1a020e37222c8
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=26f3ff25fe6d31463c104a034b72fff42b123d5f

Log:
Added opcache.enable_cli=0

Changed paths:
  M  php.ini-development
  M  php.ini-production


Diff:
diff --git a/php.ini-development b/php.ini-development
index e79a3e0..e9c7cd6 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 33fcd3a..600debc 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to