File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ PHP NEWS
7373 encoded words as required by RFC 2047; they are converted to spaces.
7474 Underscores must be encoded as "=5F" in such MIME encoded words.
7575 (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)
7680
7781- mysqli:
7882 . 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
9191 encoded words as required by RFC 2047; they are converted to spaces.
9292 Underscores must be encoded as "=5F" in such MIME encoded words.
9393 (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)
9497
9598- mysqli:
9699 . 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