2017-02-19 06:26:18 +01:00
|
|
|
; NOTE: The actual opcache.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-opcache.ini)
|
|
|
|
|
2019-03-20 14:49:40 +01:00
|
|
|
opcache.enable=1
|
|
|
|
opcache.memory_consumption=256
|
|
|
|
opcache.use_cwd=0
|
|
|
|
opcache.max_file_size=0
|
|
|
|
opcache.max_accelerated_files=30000
|
|
|
|
opcache.validate_timestamps=1
|
|
|
|
opcache.revalidate_freq=0
|