From: Peter Kokot Date: Mon, 8 Jul 2019 17:34:47 +0000 (+0200) Subject: Add zend.exception_ignore_args [ci skip] X-Git-Tag: php-7.4.0alpha3~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5017676438439f1f26a9ef8401bacec903a38ec5;p=php Add zend.exception_ignore_args [ci skip] --- diff --git a/UPGRADING b/UPGRADING index 7cbf3a31b7..711bdd1d60 100644 --- a/UPGRADING +++ b/UPGRADING @@ -564,6 +564,10 @@ PHP 7.4 UPGRADE NOTES 11. Changes to INI File Handling ======================================== +- zend.exception_ignore_args + . New INI directive which displays or hides arguments from the stack traces + generated for exceptions. + ======================================== 12. Windows Support ========================================