summaryrefslogtreecommitdiffstats
path: root/10-opcache.ini
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-29 11:06:02 +0100
committerRemi Collet <remi@remirepo.net>2019-10-29 11:06:02 +0100
commita943c5cc5bdfb213eb660288efcfb51577a7a392 (patch)
tree9d1be124cb4dd740fb53c07434a1021e79ca3e81 /10-opcache.ini
parent1730e100dc68753a8e740950b4f6754e1fcb5feb (diff)
update to 7.4.0RC5
set opcache.enable_cli in provided default configuration
Diffstat (limited to '10-opcache.ini')
-rw-r--r--10-opcache.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/10-opcache.ini b/10-opcache.ini
index db2ac5e..8c5db66 100644
--- a/10-opcache.ini
+++ b/10-opcache.ini
@@ -5,7 +5,7 @@ zend_extension=opcache
opcache.enable=1
; Determines if Zend OPCache is enabled for the CLI version of PHP
-;opcache.enable_cli=0
+opcache.enable_cli=1
; The OPcache shared memory storage size.
;opcache.memory_consumption=128