From c2b52847348b2ca86cdf032baa316c889e30eb20 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 8 May 2021 13:35:35 -0500 Subject: [PATCH] Add entries for log_errors_max_len INI directive removal --- NEWS | 2 ++ UPGRADING | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 99647e32625..c4d59908c67 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,8 @@ PHP NEWS . Fixed bug #67792 (HTTP Authorization schemes are treated as case-sensitive). (cmb) . Fixed bug #80972 (Memory exhaustion on invalid string offset). (girgias) + . Removed log_errors_max_len ini directive from default ini files, since it + no longer had any effect since PHP 8.0.0. (Michael Voříšek) - FTP: . Fixed bug #80901 (Info leak in ftp extension). (cmb) diff --git a/UPGRADING b/UPGRADING index 1fbe212dc81..08505dc5c81 100644 --- a/UPGRADING +++ b/UPGRADING @@ -1124,6 +1124,10 @@ PHP 8.0 UPGRADE NOTES . New INI directive to choose the version of the .NET framework to use for dotnet objects. +- log_errors_max_len + . INI directive for setting the maximum length of log_errors in bytes no + longer has any effect and has been removed. + ======================================== 12. Windows Support ========================================