summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorGiovanni Giacobbi <giovanni@giacobbi.net>2020-09-29 00:43:23 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-29 10:47:09 +0200
commit205556c1913e8774c037f9335a908c328eabc56e (patch)
treef36afb1c34a680ab608f323e92003709ac10eff0 /php.ini-production
parente5b045e6b6d9a9ee24eea4a7cc354557a8b1c483 (diff)
downloadphp-git-205556c1913e8774c037f9335a908c328eabc56e.tar.gz
Synchronize php.ini-development and php.ini-production
Closes GH-6231.
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production4
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-production b/php.ini-production
index 4e946c8322..8d54423003 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -361,10 +361,10 @@ zend.enable_gc = On
; Default: ""
;zend.script_encoding =
-; Allows to include or exclude arguments from stack traces generated for exceptions
-; Default: Off
+; Allows to include or exclude arguments from stack traces generated for exceptions.
; In production, it is recommended to turn this setting on to prohibit the output
; of sensitive information in stack traces
+; Default: Off
zend.exception_ignore_args = On
;;;;;;;;;;;;;;;;;