Skip to content

Commit 6e0b337

Browse files
author
Alexandros Ioannides
authored
Minor change for consistency with PHP 7.4.12
1 parent 9bceab7 commit 6e0b337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deb/php/php.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,10 @@ zend.enable_gc = On
361361
; Default: ""
362362
;zend.script_encoding =
363363

364-
; Allows to include or exclude arguments from stack traces generated for exceptions
365-
; Default: Off
364+
; Allows to include or exclude arguments from stack traces generated for exceptions.
366365
; In production, it is recommended to turn this setting on to prohibit the output
367366
; of sensitive information in stack traces
367+
; Default: Off
368368
zend.exception_ignore_args = On
369369

370370
;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)