Revert "merge PR #2290: enable opcache in CLI in 7.1+"

This reverts commit 71fe529afc.

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.
This commit is contained in:
Nikita Popov 2017-06-02 23:34:32 +02:00
parent 48598a2302
commit e9ff1fac85
4 changed files with 4 additions and 3 deletions

View file

@ -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