]> git.pld-linux.org Git - packages/php.git/commitdiff
update opcache.ini for 7.2.7
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Jul 2018 08:31:58 +0000 (11:31 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Jul 2018 08:31:58 +0000 (11:31 +0300)
opcache.ini

index 16a3cffb1b908d4c5f685bdcb255e3a42717956d..2143b5851917cbdf4c8ede7d133df63289f9ea6e 100644 (file)
@@ -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
This page took 0.714658 seconds and 4 git commands to generate.