We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20948eb commit 9b7ed6eCopy full SHA for 9b7ed6e
1 file changed
src/ini/extension/opcache.ini
@@ -1,9 +1,11 @@
1
[opcache]
2
;zend_extension=opcache
3
-;opcache.enable=1
+
4
+; Determines if Zend OPCache is enabled
5
+opcache.enable=1
6
7
; Determines if Zend OPCache is enabled for the CLI version of PHP
-;opcache.enable_cli=0
8
+opcache.enable_cli=1
9
10
; The OPcache shared memory storage size.
11
;opcache.memory_consumption=128
0 commit comments