Browse Source

Add missing opcache.opt_debug_level ini directive

pull/3243/merge
Peter Kokot 8 years ago
committed by Nikita Popov
parent
commit
974c46b89b
  1. 4
      php.ini-development
  2. 4
      php.ini-production

4
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.

4
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.

Loading…
Cancel
Save