Skip to content

Commit 9b7ed6e

Browse files
committed
enable opcache in cli
1 parent 20948eb commit 9b7ed6e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/ini/extension/opcache.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[opcache]
22
;zend_extension=opcache
3-
;opcache.enable=1
3+
4+
; Determines if Zend OPCache is enabled
5+
opcache.enable=1
46

57
; Determines if Zend OPCache is enabled for the CLI version of PHP
6-
;opcache.enable_cli=0
8+
opcache.enable_cli=1
79

810
; The OPcache shared memory storage size.
911
;opcache.memory_consumption=128

0 commit comments

Comments
 (0)