]> granicus.if.org Git - php/commitdiff
Update NEWS
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 8 Sep 2016 04:35:35 +0000 (13:35 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 8 Sep 2016 04:35:35 +0000 (13:35 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 5e2dbd067d9061d80e5447d8c3eaa9298e5169b9..7da604f73d572ef8a9117336f561378431437729 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,9 +14,11 @@ PHP                                                                        NEWS
   . Fixed bug #67325 (imagetruecolortopalette: white is duplicated in palette).
     (cmb)
 
-- mbstring:
+- Mbstring:
   . Fixed bug #66797 (mb_substr only takes 32-bit signed integer). (cmb)
   . Fixed bug #66964 (mb_convert_variables() cannot detect recursion) (Yasuo)
+  . Fixed bug #72992 (mbstring.internal_encoding doesn't inherit default_charset).
+    (Yasuo)
 
 - Opcache:
   . Fixed bug #72982 (Memory leak in zend_accel_blacklist_update_regexp()