diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2017-06-02 23:34:32 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-06-02 23:36:20 +0200 |
commit | e9ff1fac85b97c677e33210770f87f7dc4bc5a24 (patch) | |
tree | 0f0135113ef6e463946b08bcc4af60d65a2d1f96 /php.ini-development | |
parent | 48598a23024eb587127b59bf0490891addfc41ed (diff) | |
download | php-git-e9ff1fac85b97c677e33210770f87f7dc4bc5a24.tar.gz |
Revert "merge PR #2290: enable opcache in CLI in 7.1+"
This reverts commit 71fe529afc2f9bfd99d85539c709a27f025c0caa.
Without the file cache (which is not enabled by default), this has
non-trivial impact on the startup time. It also significantly
increases the baseline memory usage of PHP on CLI.
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-development b/php.ini-development index d8701951b1..e371ca5bc1 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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=1 +;opcache.enable_cli=0 ; The OPcache shared memory storage size. ;opcache.memory_consumption=128 |