Skip to content
Snippets Groups Projects
Verified Commit 6888d2ec authored by Florian Pritz's avatar Florian Pritz
Browse files

php: Uncomment opcache settings


Enablding them doesn't really work well if they are still commented...

Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 7bce52d3
No related branches found
No related tags found
No related merge requests found
......@@ -1742,10 +1742,10 @@ ldap.max_links = -1
[opcache]
; Determines if Zend OPCache is enabled
;opcache.enable=1
opcache.enable=1
; Determines if Zend OPCache is enabled for the CLI version of PHP
;opcache.enable_cli=1
opcache.enable_cli=1
; The OPcache shared memory storage size.
;opcache.memory_consumption=64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment