Consistency fix (#2053)

Self explaining
This commit is contained in:
Robert Fridzema 2019-03-20 14:49:40 +01:00 committed by Shao Yu-Lung (Allen)
parent 254a9ae194
commit 6f4664c579
1 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
; 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.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"
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