From: Jani Taskinen Date: Sun, 31 May 2009 13:20:22 +0000 (+0000) Subject: fix news X-Git-Tag: php-5.3.0RC3~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=686ede9c50f4e91af0d01b9b34968fb8cbd09f68;p=php fix news --- diff --git a/NEWS b/NEWS index 562e56430c..6d410e2609 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ PHP NEWS - Changed SQLite3::loadExtension() to be disabled for threaded SAPIs. (Scott) - Added the ability for json_decode() to take a user specified depth. (Scott) +- Added support for the mysql_stmt_next_result() function from libmysql. + (Andrey) - Fixed bug #48257 (PharData throws exception with non-phar tar). (Greg) - Fixed bug #48227 (NumberFormatter::format leaks memory). (Felipe) @@ -21,9 +23,6 @@ PHP NEWS (patch by datibbaw@php.net) - Fixed potential segfault with converting phars containing metadata to other formats (Greg). -- Added support for the mysql_stmt_next_result() function from libmysql. - mysqlnd already supports this and the mysqli function was already there. - (Andrey) 07 May 2009, PHP 5.3.0 RC 2