X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=opcache.ini;h=36637ee3cb9b66c60f225ac943b7426ee17b06f0;hb=75235848a2908d89ed17fc9c9c3cdc496ab67ef9;hp=16a3cffb1b908d4c5f685bdcb255e3a42717956d;hpb=1cf39e06dc3114fcbf1d26231cde765d28c4a30c;p=packages%2Fphp.git diff --git a/opcache.ini b/opcache.ini index 16a3cff..36637ee 100644 --- a/opcache.ini +++ b/opcache.ini @@ -1,6 +1,4 @@ -; Enable opcache zend extension module -zend_extension=opcache.so - +[opcache] ; Determines if Zend OPCache is enabled ;opcache.enable=1 @@ -42,10 +40,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 +121,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