From: Yasuo Ohgaki Date: Tue, 6 Sep 2016 09:29:00 +0000 (+0900) Subject: Update NEWS X-Git-Tag: php-7.1.0RC2~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0adf9191adfbf26d071a86cc5814da822a994edf;p=php Update NEWS --- 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)