diff options
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/php.ini-production b/php.ini-production index e3f061e3fb..229846698d 100644 --- a/php.ini-production +++ b/php.ini-production @@ -359,6 +359,12 @@ zend.enable_gc = On ; Default: "" ;zend.script_encoding = +; 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 +; of sensitive information in stack traces +zend.exception_ignore_args = On + ;;;;;;;;;;;;;;;;; ; Miscellaneous ; ;;;;;;;;;;;;;;;;; |