From b5ca9031e941da9668605b0a24df485ca240f7cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Oct 2020 07:41:44 +0200 Subject: update to 8.0.0RC2 --- php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.ini') diff --git a/php.ini b/php.ini index f1f057f..6d5dd50 100644 --- a/php.ini +++ b/php.ini @@ -370,7 +370,7 @@ zend.enable_gc = On ; Only affects if zend.multibyte is set. ;zend.script_encoding = -; Allows to include or exclude arguments from stack traces generated for exceptions +; 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 Value: Off -- cgit