Skip to content

Commit 974c46b

Browse files
petknikic
authored andcommitted
Add missing opcache.opt_debug_level ini directive
1 parent be11b35 commit 974c46b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: php.ini-development

+4
Original file line numberDiff line numberDiff line change
@@ -1905,6 +1905,10 @@ ldap.max_links = -1
19051905
; Prevent name collisions in chroot'ed environment.
19061906
;opcache.validate_root=0
19071907

1908+
; If specified, it produces opcode dumps for debugging different stages of
1909+
; optimizations.
1910+
;opcache.opt_debug_level=0
1911+
19081912
[curl]
19091913
; A default value for the CURLOPT_CAINFO option. This is required to be an
19101914
; absolute path.

Diff for: php.ini-production

+4
Original file line numberDiff line numberDiff line change
@@ -1905,6 +1905,10 @@ ldap.max_links = -1
19051905
; Prevent name collisions in chroot'ed environment.
19061906
;opcache.validate_root=0
19071907

1908+
; If specified, it produces opcode dumps for debugging different stages of
1909+
; optimizations.
1910+
;opcache.opt_debug_level=0
1911+
19081912
[curl]
19091913
; A default value for the CURLOPT_CAINFO option. This is required to be an
19101914
; absolute path.

0 commit comments

Comments
 (0)