File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 161
161
162
162
; zend.exception_ignore_args
163
163
; Default Value: On
164
- ; Development Value: Off
164
+ ; Development Value: On
165
165
; Production Value: On
166
166
167
167
; zend.exception_string_param_max_len
@@ -378,10 +378,10 @@ zend.enable_gc = On
378
378
; Allows to include or exclude arguments from stack traces generated for exceptions.
379
379
; In production, it is recommended to turn this setting on to prohibit the output
380
380
; of sensitive information in stack traces
381
- ; Default Value: Off
382
- ; Development Value: Off
381
+ ; Default Value: On
382
+ ; Development Value: On
383
383
; Production Value: On
384
- zend.exception_ignore_args = Off
384
+ zend.exception_ignore_args = On
385
385
386
386
; Allows setting the maximum string length in an argument of a stringified stack trace
387
387
; to a value between 0 and 1000000.
Original file line number Diff line number Diff line change 161
161
162
162
; zend.exception_ignore_args
163
163
; Default Value: On
164
- ; Development Value: Off
164
+ ; Development Value: On
165
165
; Production Value: On
166
166
167
167
; zend.exception_string_param_max_len
@@ -379,7 +379,7 @@ zend.enable_gc = On
379
379
; In production, it is recommended to turn this setting on to prohibit the output
380
380
; of sensitive information in stack traces
381
381
; Default Value: On
382
- ; Development Value: Off
382
+ ; Development Value: On
383
383
; Production Value: On
384
384
zend.exception_ignore_args = On
385
385
You can’t perform that action at this time.
0 commit comments