update NEWS

This commit is contained in:
Anatol Belski 2016-08-02 14:36:56 +02:00
parent 40b3a031b2
commit e95625f47e

2
NEWS
View File

@ -62,6 +62,8 @@ PHP NEWS
- PDO_pgsql:
. Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)
. Implemented FR #72633 (Postgres PDO lastInsertId() should work without
specifying a sequence). (Pablo Santiago Sánchez)
- Reflection:
. Fixed bug #72222 (ReflectionClass::export doesn't handle array constants).