]> granicus.if.org Git - php/commitdiff
Add missing opcache.opt_debug_level ini directive
authorPeter Kokot <peterkokot@gmail.com>
Sat, 26 May 2018 17:34:38 +0000 (19:34 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 26 May 2018 20:04:20 +0000 (22:04 +0200)
php.ini-development
php.ini-production

index bad301769539571f78cd0f1dc0a46e7b5bf36a04..9e7094c4fb015a23c96229b54fd6bfee89108033 100644 (file)
@@ -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.
index 2232d75a59721898760f21bcfbc47383883c0755..dafddedac10bd706aa2c17cce157d9d888f487f8 100644 (file)
@@ -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.