From: Tyson Andre Date: Mon, 27 Jul 2020 13:39:24 +0000 (-0400) Subject: [skip ci] Add zend.exception_string_param_max_len to UPGRADING X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85d4b560dfe6db86cd7708496b3acf7f7b52e131;p=php [skip ci] Add zend.exception_string_param_max_len to UPGRADING For GH-5769 (mentioned in 07db64156e180c30daa5ab5d41ed72f9bba77e6d) --- diff --git a/UPGRADING b/UPGRADING index f7c6ec0a14..7a9c92ee65 100644 --- a/UPGRADING +++ b/UPGRADING @@ -930,6 +930,10 @@ PHP 8.0 UPGRADE NOTES 11. Changes to INI File Handling ======================================== +- zend.exception_string_param_max_len + . New INI directive to set the maximum string length in an argument of a + stringified stack strace. + ======================================== 12. Windows Support ========================================