diff options
author | Joe Watkins <krakjoe@php.net> | 2017-01-09 11:00:05 +0000 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-01-09 11:00:05 +0000 |
commit | 71fe529afc2f9bfd99d85539c709a27f025c0caa (patch) | |
tree | 19790b3c84c31293792f7be34ca7521b811c969a /php.ini-production | |
parent | 9727e37caeaec7f3d28f93fe378f53032e50a216 (diff) | |
download | php-git-71fe529afc2f9bfd99d85539c709a27f025c0caa.tar.gz |
merge PR #2290: enable opcache in CLI in 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 4676692c67..7efb891e38 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1782,7 +1782,7 @@ ldap.max_links = -1 ;opcache.enable=1 ; Determines if Zend OPCache is enabled for the CLI version of PHP -;opcache.enable_cli=0 +;opcache.enable_cli=1 ; The OPcache shared memory storage size. ;opcache.memory_consumption=128 |