]> granicus.if.org Git - php/commitdiff
Update NEWS
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 6 Sep 2016 09:29:20 +0000 (18:29 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 6 Sep 2016 09:29:20 +0000 (18:29 +0900)
NEWS

diff --git a/NEWS b/NEWS
index bd677499d42f90c16495972f42ba1af428a22090..2689431207502aa26ce51b7a37113f3a486aa981 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ 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)
 
 - Opcache:
   . Fixed bug #72590 (Opcache restart with kill_all_lockers does not work).