File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ PHP NEWS
73
73
encoded words as required by RFC 2047; they are converted to spaces.
74
74
Underscores must be encoded as "=5F" in such MIME encoded words.
75
75
(Alex Dowad)
76
+ . mb_encode_mimeheader no longer drops NUL (zero) bytes when
77
+ QPrint-encoding the input string. This previously caused strings in
78
+ certain text encodings, especially UTF-16 and UTF-32, to be
79
+ corrupted by mb_encode_mimeheader. (Alex Dowad)
76
80
77
81
- mysqli:
78
82
. mysqli_fetch_object raises a ValueError instead of an Exception.
Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ PHP 8.3 UPGRADE NOTES
91
91
encoded words as required by RFC 2047; they are converted to spaces.
92
92
Underscores must be encoded as "=5F" in such MIME encoded words.
93
93
(Alex Dowad)
94
+ . In rare cases, mb_encode_mimeheader will transfer-encode its input
95
+ string where it would pass it through as raw ASCII in PHP 8.2.
96
+ (Alex Dowad)
94
97
95
98
- mysqli:
96
99
. mysqli_fetch_object now raises a ValueError instead of an Exception when the constructor_args
You can’t perform that action at this time.
0 commit comments