Merge pull request #617 from alchimik/patch-1
don't load opcache extension twice
This commit is contained in:
commit
e10ba9fa9f
@ -1,4 +1,5 @@
|
|||||||
extension=opcache.so
|
; NOTE: The actual opcache.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-opcache.ini)
|
||||||
|
|
||||||
opcache.enable="1"
|
opcache.enable="1"
|
||||||
opcache.memory_consumption="256"
|
opcache.memory_consumption="256"
|
||||||
opcache.use_cwd="0"
|
opcache.use_cwd="0"
|
||||||
|
Loading…
Reference in New Issue
Block a user