File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,9 @@ zend.enable_gc = On
361
361
; Default: ""
362
362
;zend.script_encoding =
363
363
364
- ; Allows to include or exclude arguments from stack traces generated for exceptions
364
+ ; Allows to include or exclude arguments from stack traces generated for exceptions.
365
+ ; In production, it is recommended to turn this setting on to prohibit the output
366
+ ; of sensitive information in stack traces
365
367
; Default: Off
366
368
zend.exception_ignore_args = Off
367
369
@@ -525,7 +527,9 @@ report_memleaks = On
525
527
; This setting is on by default.
526
528
;report_zend_debug = 0
527
529
528
- ; Store the last error/warning message in $php_errormsg (boolean).
530
+ ; Store the last error/warning message in $php_errormsg (boolean). Setting this value
531
+ ; to On can assist in debugging and is appropriate for development servers. It should
532
+ ; however be disabled on production servers.
529
533
; This directive is DEPRECATED.
530
534
; Default Value: Off
531
535
; Development Value: Off
@@ -1586,8 +1590,6 @@ zend.assertions = 1
1586
1590
; http://php.net/assert.quiet-eval
1587
1591
;assert.quiet_eval = 0
1588
1592
1589
-
1590
-
1591
1593
[COM]
1592
1594
; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
1593
1595
; http://php.net/com.typelib-file
Original file line number Diff line number Diff line change @@ -361,10 +361,10 @@ zend.enable_gc = On
361
361
; Default: ""
362
362
;zend.script_encoding =
363
363
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.
366
365
; In production, it is recommended to turn this setting on to prohibit the output
367
366
; of sensitive information in stack traces
367
+ ; Default: Off
368
368
zend.exception_ignore_args = On
369
369
370
370
;;;;;;;;;;;;;;;;;
You can’t perform that action at this time.
0 commit comments