1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add more details in UPGRADING on mb_check_encoding changes

This commit is contained in:
Alex Dowad
2023-04-10 19:47:03 +02:00
parent 9261ff7ba9
commit 7cef7cb0ee

View File

@@ -219,7 +219,8 @@ PHP 8.2 UPGRADE NOTES
is still accepted, but it is recommended to use the new standard variant.
- MBString
. mb_check_encoding() now checks input encoding more strictly.
. mb_check_encoding() now checks input encoding more strictly for
certain text encodings, including ISO-2022-JP and UTF-7.
. mb_detect_encoding() now checks input encoding more strictly
when strict detection is enabled.
. mb_convert_encoding() checks the input encoding more strictly