2017-02-19 13:26:18 +08:00
|
|
|
; NOTE: The actual opcache.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-opcache.ini)
|
|
|
|
|
2016-09-15 22:47:58 +08:00
|
|
|
opcache.enable="1"
|
|
|
|
opcache.memory_consumption="256"
|
|
|
|
opcache.use_cwd="0"
|
|
|
|
opcache.max_file_size="0"
|
2017-02-11 04:37:03 +08:00
|
|
|
opcache.max_accelerated_files = 30000
|
|
|
|
opcache.validate_timestamps="1"
|
|
|
|
opcache.revalidate_freq="0"
|