From 7cef7cb0ee02993fa97bbc0d00ec25470bdb2ed2 Mon Sep 17 00:00:00 2001 From: Alex Dowad Date: Mon, 10 Apr 2023 19:47:03 +0200 Subject: [PATCH] Add more details in UPGRADING on mb_check_encoding changes --- UPGRADING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index 05b33b231ee..b025364400f 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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