add missing option opcache.enable_cli
This commit is contained in:
parent
97650a70c0
commit
5e6c41c4d8
@ -4,6 +4,9 @@ zend_extension=@EXTPATH@/opcache.so
|
||||
; Determines if Zend OPCache is enabled
|
||||
opcache.enable=1
|
||||
|
||||
; Determines if Zend OPCache is enabled for the CLI version of PHP
|
||||
;opcache.enable_cli=0
|
||||
|
||||
; The OPcache shared memory storage size.
|
||||
opcache.memory_consumption=128
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user