From: Peter Kokot Date: Sat, 26 May 2018 17:34:38 +0000 (+0200) Subject: Add missing opcache.opt_debug_level ini directive X-Git-Tag: php-7.2.7RC1~5^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=974c46b89bdb0b84e36890907d17f7a6ae7d058a;p=php Add missing opcache.opt_debug_level ini directive --- diff --git a/php.ini-development b/php.ini-development index bad3017695..9e7094c4fb 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1905,6 +1905,10 @@ ldap.max_links = -1 ; 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 + [curl] ; A default value for the CURLOPT_CAINFO option. This is required to be an ; absolute path. diff --git a/php.ini-production b/php.ini-production index 2232d75a59..dafddedac1 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1905,6 +1905,10 @@ ldap.max_links = -1 ; 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 + [curl] ; A default value for the CURLOPT_CAINFO option. This is required to be an ; absolute path.