From a6638b8e518de55d8bf9e4fafaeeaaeb31b8ffb2 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 29 Oct 2020 23:56:41 -0400 Subject: [PATCH] Update the php.ini --- php/php.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/php.ini b/php/php.ini index 5bf46fa..884b0d6 100644 --- a/php/php.ini +++ b/php/php.ini @@ -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 ;;;;;;;;;;;;;;;;;