1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 16:13:32 +02:00

Update NEWS and UPGRADING to reflect changes in 0ce755be26

This commit is contained in:
Alex Dowad
2023-03-16 04:25:38 +02:00
parent 0779950768
commit bf64342d30
2 changed files with 7 additions and 0 deletions

4
NEWS
View File

@@ -73,6 +73,10 @@ PHP NEWS
encoded words as required by RFC 2047; they are converted to spaces.
Underscores must be encoded as "=5F" in such MIME encoded words.
(Alex Dowad)
. mb_encode_mimeheader no longer drops NUL (zero) bytes when
QPrint-encoding the input string. This previously caused strings in
certain text encodings, especially UTF-16 and UTF-32, to be
corrupted by mb_encode_mimeheader. (Alex Dowad)
- mysqli:
. mysqli_fetch_object raises a ValueError instead of an Exception.

View File

@@ -91,6 +91,9 @@ PHP 8.3 UPGRADE NOTES
encoded words as required by RFC 2047; they are converted to spaces.
Underscores must be encoded as "=5F" in such MIME encoded words.
(Alex Dowad)
. In rare cases, mb_encode_mimeheader will transfer-encode its input
string where it would pass it through as raw ASCII in PHP 8.2.
(Alex Dowad)
- mysqli:
. mysqli_fetch_object now raises a ValueError instead of an Exception when the constructor_args