]> TLD Linux GIT Repositories - packages/php.git/blobdiff - opcache.ini
- updated to 7.3.33
[packages/php.git] / opcache.ini
index 16a3cffb1b908d4c5f685bdcb255e3a42717956d..2cc841dc67331f77a48b84f903de92dcbb64f43a 100644 (file)
@@ -42,18 +42,13 @@ 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
 
 ; A bitmask, where each bit enables or disables the appropriate OPcache
 ; passes
-;opcache.optimization_level=0xffffffff
+;opcache.optimization_level=0x7FFFBFFF
 
-;opcache.inherited_hack=1
 ;opcache.dups_fix=0
 
 ; The location of the OPcache blacklist file (wildcards allowed).
@@ -127,3 +122,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