From 815483a9fa153342053ffebff66869b1e47201e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Aug 2018 10:56:47 +0200 Subject: v7.3.0beta2 --- 10-opcache.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '10-opcache.ini') diff --git a/10-opcache.ini b/10-opcache.ini index 1bf3d2a..b24b410 100644 --- a/10-opcache.ini +++ b/10-opcache.ini @@ -42,16 +42,12 @@ opcache.max_accelerated_files=4000 ; 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 @@ -123,3 +119,7 @@ opcache.blacklist_filename=/etc/php.d/opcache*.blacklist ; environments. It should be enabled for sites that may serve requests in ; different "chroot" environments. ;opcache.validate_root=0 + +; If specified, it produces opcode dumps for debugging different stages of +; optimizations. +;opcache.opt_debug_level=0 -- cgit