From: Elan Ruusamäe Date: Mon, 9 Jul 2018 08:31:58 +0000 (+0300) Subject: update opcache.ini for 7.2.7 X-Git-Tag: auto/th/php72-7.2.8-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fphp.git;a=commitdiff_plain;h=0debbb3 update opcache.ini for 7.2.7 --- 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