From 2605ceeaca79f24d52780fdfe3ebfa00d7d83dab Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Tue, 6 Sep 2016 18:20:24 +0900 Subject: Added array parameter support to mb_convert_encoding() --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index 73564a78b0..d61280a94f 100644 --- a/UPGRADING +++ b/UPGRADING @@ -75,6 +75,8 @@ PHP 7.2 UPGRADE NOTES - Mbstring . mb_check_encoding() accepts array parameter. Both key and value ecodings are checked recursively. + . mb_convert_encoding() accepts array parameter. Only value encodings + are converted recursively. ======================================== 10. New Global Constants -- cgit v1.2.1