mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
48598a2302
commit
e9ff1fac85
4 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue