From 205556c1913e8774c037f9335a908c328eabc56e Mon Sep 17 00:00:00 2001 From: Giovanni Giacobbi Date: Tue, 29 Sep 2020 00:43:23 +0200 Subject: Synchronize php.ini-development and php.ini-production Closes GH-6231. --- php.ini-production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php.ini-production') 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 ;;;;;;;;;;;;;;;;; -- cgit v1.2.1