summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2016-09-08 13:35:30 +0900
committerYasuo Ohgaki <yohgaki@php.net>2016-09-08 13:35:30 +0900
commitfb1c46f01364bd88ebe0eedf148d3bdf63304e5b (patch)
tree9e7d14d8880296b200943038c812d9f5755dc505 /NEWS
parent8bbd0952e5bba88426bac1596dcc3bfa504dbe4e (diff)
downloadphp-git-fb1c46f01364bd88ebe0eedf148d3bdf63304e5b.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b11b28380a..83066944ea 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,9 @@ PHP NEWS
- Mbstring:
. Fixed bug #72994 (mbc_to_code() out of bounds read). (Laruence, cmb)
- . Fixed bug #66964 (mb_convert_variables() cannot detect recursion) (Yasuo)
+ . 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 #72590 (Opcache restart with kill_all_lockers does not work).