File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 161161
162162; zend.exception_ignore_args
163163; Default Value: On
164- ; Development Value: Off
164+ ; Development Value: On
165165; Production Value: On
166166
167167; zend.exception_string_param_max_len
@@ -378,10 +378,10 @@ zend.enable_gc = On
378378; Allows to include or exclude arguments from stack traces generated for exceptions.
379379; In production, it is recommended to turn this setting on to prohibit the output
380380; of sensitive information in stack traces
381- ; Default Value: Off
382- ; Development Value: Off
381+ ; Default Value: On
382+ ; Development Value: On
383383; Production Value: On
384- zend.exception_ignore_args = Off
384+ zend.exception_ignore_args = On
385385
386386; Allows setting the maximum string length in an argument of a stringified stack trace
387387; to a value between 0 and 1000000.
Original file line number Diff line number Diff line change 161161
162162; zend.exception_ignore_args
163163; Default Value: On
164- ; Development Value: Off
164+ ; Development Value: On
165165; Production Value: On
166166
167167; zend.exception_string_param_max_len
@@ -379,7 +379,7 @@ zend.enable_gc = On
379379; In production, it is recommended to turn this setting on to prohibit the output
380380; of sensitive information in stack traces
381381; Default Value: On
382- ; Development Value: Off
382+ ; Development Value: On
383383; Production Value: On
384384zend.exception_ignore_args = On
385385
You can’t perform that action at this time.
0 commit comments