From 974c46b89bdb0b84e36890907d17f7a6ae7d058a Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 26 May 2018 19:34:38 +0200 Subject: Add missing opcache.opt_debug_level ini directive --- php.ini-development | 4 ++++ php.ini-production | 4 ++++ 2 files changed, 8 insertions(+) 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. -- cgit v1.2.1