mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Added opcache.enable_cli=0
This commit is contained in:
parent
f139534694
commit
26f3ff25fe
2 changed files with 6 additions and 0 deletions
|
@ -1864,6 +1864,9 @@ ldap.max_links = -1
|
||||||
; Determines if Zend OPCache is enabled
|
; Determines if Zend OPCache is enabled
|
||||||
;opcache.enable=0
|
;opcache.enable=0
|
||||||
|
|
||||||
|
; Determines if Zend OPCache is enabled for the CLI version of PHP
|
||||||
|
;opcache.enable_cli=0
|
||||||
|
|
||||||
; The OPcache shared memory storage size.
|
; The OPcache shared memory storage size.
|
||||||
;opcache.memory_consumption=64
|
;opcache.memory_consumption=64
|
||||||
|
|
||||||
|
|
|
@ -1864,6 +1864,9 @@ ldap.max_links = -1
|
||||||
; Determines if Zend OPCache is enabled
|
; Determines if Zend OPCache is enabled
|
||||||
;opcache.enable=0
|
;opcache.enable=0
|
||||||
|
|
||||||
|
; Determines if Zend OPCache is enabled for the CLI version of PHP
|
||||||
|
;opcache.enable_cli=0
|
||||||
|
|
||||||
; The OPcache shared memory storage size.
|
; The OPcache shared memory storage size.
|
||||||
;opcache.memory_consumption=64
|
;opcache.memory_consumption=64
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue