update NEWS

This commit is contained in:
Adam Baratz 2016-09-21 14:29:42 -04:00
parent dfd6baee0c
commit 4b9810b9bb

2
NEWS
View file

@ -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)