From: Adam Baratz Date: Wed, 21 Sep 2016 18:29:42 +0000 (-0400) Subject: update NEWS X-Git-Tag: php-7.0.12RC1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b9810b9bb5ca5ee46c4402cdcaeebf5849ad1aa;p=php update NEWS --- diff --git a/NEWS b/NEWS index fe06a5cb93..e0ceab74d4 100644 --- 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)