summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2016-09-06 18:20:24 +0900
committerYasuo Ohgaki <yohgaki@php.net>2016-09-06 18:20:24 +0900
commit2605ceeaca79f24d52780fdfe3ebfa00d7d83dab (patch)
treec7078c107c8757d28a7d6f11837415f163b76d79 /UPGRADING
parentddce37b199404b6d0f9cc5847a359feec18bbf51 (diff)
downloadphp-git-2605ceeaca79f24d52780fdfe3ebfa00d7d83dab.tar.gz
Added array parameter support to mb_convert_encoding()
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
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