Skip to content

Commit c2b5284

Browse files
committed
Add entries for log_errors_max_len INI directive removal
1 parent d2d227e commit c2b5284

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ PHP NEWS
88
. Fixed bug #67792 (HTTP Authorization schemes are treated as case-sensitive).
99
(cmb)
1010
. Fixed bug #80972 (Memory exhaustion on invalid string offset). (girgias)
11+
. Removed log_errors_max_len ini directive from default ini files, since it
12+
no longer had any effect since PHP 8.0.0. (Michael Voříšek)
1113

1214
- FTP:
1315
. Fixed bug #80901 (Info leak in ftp extension). (cmb)

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,10 @@ PHP 8.0 UPGRADE NOTES
11241124
. New INI directive to choose the version of the .NET framework to use for
11251125
dotnet objects.
11261126

1127+
- log_errors_max_len
1128+
. INI directive for setting the maximum length of log_errors in bytes no
1129+
longer has any effect and has been removed.
1130+
11271131
========================================
11281132
12. Windows Support
11291133
========================================

0 commit comments

Comments
 (0)