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:
2
NEWS
2
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)
|
||||
|
||||
@@ -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
|
||||
========================================
|
||||
|
||||
Reference in New Issue
Block a user