From: Andrey Hristov Date: Fri, 29 May 2009 13:11:10 +0000 (+0000) Subject: NEWS X-Git-Tag: php-5.3.0RC3~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f5e7e2bf924654482187dcc5306865df83f6082;p=php NEWS --- diff --git a/NEWS b/NEWS index d994e3eaf1..562e56430c 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,9 @@ 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