summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2016-09-06 18:29:00 +0900
committerYasuo Ohgaki <yohgaki@php.net>2016-09-06 18:29:00 +0900
commit0adf9191adfbf26d071a86cc5814da822a994edf (patch)
tree8340677248247565babca7ddd325ac4be9dd3fdd
parent012232b9a45af94af20ff32a6a8adb1172151889 (diff)
downloadphp-git-0adf9191adfbf26d071a86cc5814da822a994edf.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 45688a05dd..7be8f88a51 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ PHP NEWS
. Fixed bug #67325 (imagetruecolortopalette: white is duplicated in palette).
(cmb)
+- Mbstring
+ . Fixed bug #66964 (mb_convert_variables() cannot detect recursion) (Yasuo)
+
- Opcache:
. Fixed bug #72982 (Memory leak in zend_accel_blacklist_update_regexp()
function). (Laruence)