File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 8
8
. Fixed bug #67792 (HTTP Authorization schemes are treated as case-sensitive).
9
9
(cmb)
10
10
. 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)
11
13
12
14
- FTP:
13
15
. Fixed bug #80901 (Info leak in ftp extension). (cmb)
Original file line number Diff line number Diff line change @@ -1124,6 +1124,10 @@ PHP 8.0 UPGRADE NOTES
1124
1124
. New INI directive to choose the version of the .NET framework to use for
1125
1125
dotnet objects.
1126
1126
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
+
1127
1131
========================================
1128
1132
12. Windows Support
1129
1133
========================================
You can’t perform that action at this time.
0 commit comments