add missing option opcache.enable_cli

This commit is contained in:
Remi Collet 2013-03-27 18:16:05 +01:00
parent 97650a70c0
commit 5e6c41c4d8

View File

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