diff options
author | Dmitry Stogov <dmitry@zend.com> | 2013-03-27 21:08:58 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2013-03-27 21:08:58 +0400 |
commit | e67e6a1f36836a2ecdfc82ffc29763eba5f9d741 (patch) | |
tree | bb31835cdcdd3c130504749ba4ebca31a5912c0c /php.ini-production | |
parent | d40174c6bb4e118b287c0e782e5570d55d7f1db3 (diff) | |
parent | 26f3ff25fe6d31463c104a034b72fff42b123d5f (diff) | |
download | php-git-e67e6a1f36836a2ecdfc82ffc29763eba5f9d741.tar.gz |
Merge branch 'PHP-5.5'
* PHP-5.5:
Added opcache.enable_cli=0
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-production b/php.ini-production index a06df3c56c..d549ae2d80 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1867,6 +1867,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 |