Added opcache.enable_cli=0

This commit is contained in:
Dmitry Stogov 2013-03-27 21:08:18 +04:00
parent f139534694
commit 26f3ff25fe
2 changed files with 6 additions and 0 deletions

View file

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

View file

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