summaryrefslogtreecommitdiff
path: root/testing/php-zend-opcache/opcache.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/php-zend-opcache/opcache.ini')
-rw-r--r--testing/php-zend-opcache/opcache.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/php-zend-opcache/opcache.ini b/testing/php-zend-opcache/opcache.ini
new file mode 100644
index 00000000000..a0f12025dd0
--- /dev/null
+++ b/testing/php-zend-opcache/opcache.ini
@@ -0,0 +1,11 @@
+[OPcache]
+;Recommended configuration options for best performance.
+;zend_extension="{{extension_dir}}/opcache.so"
+;opcache.enable=1
+;opcache.memory_consumption=128
+;opcache.interned_strings_buffer=8
+;opcache.max_accelerated_files=4000
+;opcache.revalidate_freq=60
+;opcache.fast_shutdown=1
+;opcache.enable_cli=1
+