diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2017-06-02 23:36:44 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-06-02 23:36:44 +0200 |
commit | e2a2e49063c377524fc58fb515552f5827c2dfad (patch) | |
tree | eb826cf28294d656617b5ebc1f730eec611f8eec /php.ini-production | |
parent | 4f947e1f40dd5d6b95cc559de7c70772b3a0f474 (diff) | |
parent | e9ff1fac85b97c677e33210770f87f7dc4bc5a24 (diff) | |
download | php-git-e2a2e49063c377524fc58fb515552f5827c2dfad.tar.gz |
Merge branch 'PHP-7.1'
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index 82413187d9..857ef6ee61 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1768,7 +1768,7 @@ ldap.max_links = -1 ;opcache.enable=1 ; Determines if Zend OPCache is enabled for the CLI version of PHP -;opcache.enable_cli=1 +;opcache.enable_cli=0 ; The OPcache shared memory storage size. ;opcache.memory_consumption=128 |