]> granicus.if.org Git - php/commitdiff
update NEWS
authorAdam Baratz <adambaratz@php.net>
Wed, 21 Sep 2016 18:29:42 +0000 (14:29 -0400)
committerAdam Baratz <adambaratz@php.net>
Wed, 21 Sep 2016 18:29:42 +0000 (14:29 -0400)
NEWS

diff --git a/NEWS b/NEWS
index fe06a5cb939393daeca3812d7528d787d1dd34cd..e0ceab74d40e289e6e38a31a969739d1a1299a61 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,8 @@ PHP                                                                        NEWS
   . Add common PDO test suite. (Adam Baratz)
   . Free error and message strings when cleaning up PDO instances.
     (Adam Baratz)
+  . Fixed bug #67130 (\PDOStatement::nextRowset() should succeed when all rows
+    in current rowset haven't been fetched). (Peter LeBrun)
 
 - phpdbg:
   . Fixed bug #72996 (phpdbg_prompt.c undefined reference to DL_LOAD). (Nikita)