]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING
authorYasuo Ohgaki <yohgaki@php.net>
Wed, 10 Aug 2016 05:53:27 +0000 (14:53 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Wed, 10 Aug 2016 05:53:27 +0000 (14:53 +0900)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 5f0f9f45fa6844cddd69221bb0580f1abbabf4ea..f3e7307fa18ed7531124bd0529861aa0f3d683d9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,10 @@ PHP                                                                        NEWS
   . Fixed bug #70896 (gmp_fact() silently ignores non-integer input). (Sara)
 
 - Mbstring:
-  . Implemented reuqest #66024 (chr() and mb_ord()) (Masakielastic, Yasuo)
+  . Implemented request #66024 (chr() and mb_ord()) (Masakielastic, Yasuo)
+  . Implemented request #65081 (mb_scrub()) (Masakielastic, Yasuo)
+  . Implemented request #69086 (enhancement for mb_convert_encoding() that
+    handles multibyte replacement char nicely) (Masakielastic, Yasuo)
 
 <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
 
index 12a5ec84efb1b1df8dec2e7dc8b222c051841e38..b99826d7f88d27b636852225bf196518954f03aa 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -167,6 +167,7 @@ PHP 7.1 UPGRADE NOTES
 
 - Mbstring:
   . Added mb_chr() and mb_ord().
+  . Added mb_scurb() that scrub broken mutilbyte strings.
 
 - Standard:
   . Added is_iterable() that determines if a value will be accepted by the new