X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=opcache.ini;h=2143b5851917cbdf4c8ede7d133df63289f9ea6e;hb=14dfb0276ac9e5db9a99c8f44211a46c9a7306c6;hp=16a3cffb1b908d4c5f685bdcb255e3a42717956d;hpb=1cf39e06dc3114fcbf1d26231cde765d28c4a30c;p=packages%2Fphp.git 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