Skip to content

Commit bf64342

Browse files
committed
Update NEWS and UPGRADING to reflect changes in 0ce755b
1 parent 0779950 commit bf64342

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

NEWS

+4
Original file line numberDiff line numberDiff 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.

UPGRADING

+3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)