]> granicus.if.org Git - php/commitdiff
fix news
authorJani Taskinen <jani@php.net>
Sun, 31 May 2009 13:20:22 +0000 (13:20 +0000)
committerJani Taskinen <jani@php.net>
Sun, 31 May 2009 13:20:22 +0000 (13:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 562e56430c0aef28e92c0f4d25be447ff599459e..6d410e260960637e6c07b2cebd443cf5c62249dd 100644 (file)
--- 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