Update the php.ini
This commit is contained in:
parent
2a57a9577b
commit
a6638b8e51
1 changed files with 2 additions and 2 deletions
|
@ -361,10 +361,10 @@ zend.enable_gc = On
|
||||||
; Default: ""
|
; Default: ""
|
||||||
;zend.script_encoding =
|
;zend.script_encoding =
|
||||||
|
|
||||||
; Allows to include or exclude arguments from stack traces generated for exceptions
|
; Allows to include or exclude arguments from stack traces generated for exceptions.
|
||||||
; Default: Off
|
|
||||||
; In production, it is recommended to turn this setting on to prohibit the output
|
; In production, it is recommended to turn this setting on to prohibit the output
|
||||||
; of sensitive information in stack traces
|
; of sensitive information in stack traces
|
||||||
|
; Default: Off
|
||||||
zend.exception_ignore_args = On
|
zend.exception_ignore_args = On
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Reference in a new issue