From 0debbb3679be6f808c9ff29e518cbe857cbcf497 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 9 Jul 2018 11:31:58 +0300 Subject: [PATCH] update opcache.ini for 7.2.7 --- opcache.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/opcache.ini b/opcache.ini index 16a3cff..2143b58 100644 --- a/opcache.ini +++ b/opcache.ini @@ -42,10 +42,6 @@ zend_extension=opcache.so ; size of the optimized code. ;opcache.save_comments=1 -; If enabled, a fast shutdown sequence is used for the accelerated code -; Depending on the used Memory Manager this may cause some incompatibilities. -;opcache.fast_shutdown=0 - ; Allow file existence override (file_exists, etc.) performance feature. ;opcache.enable_file_override=0 @@ -127,3 +123,7 @@ zend_extension=opcache.so ; Prevent name collisions in chroot'ed environment. ;opcache.validate_root=0 + +; If specified, it produces opcode dumps for debugging different stages of +; optimizations. +;opcache.opt_debug_level=0 -- 2.44.0