1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Add entries for log_errors_max_len INI directive removal

This commit is contained in:
Ben Ramsey
2021-05-08 13:35:35 -05:00
parent d2d227e547
commit c2b5284734
2 changed files with 6 additions and 0 deletions

2
NEWS
View File

@@ -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)

View File

@@ -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
========================================