]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Wed, 27 Jul 2016 21:30:23 +0000 (23:30 +0200)
committerAnatol Belski <ab@php.net>
Wed, 27 Jul 2016 21:30:23 +0000 (23:30 +0200)
NEWS

diff --git a/NEWS b/NEWS
index b97aecf7fadd430a872a09e47fb4da44b3d3d288..feec0bc75cfa8fba0397e727fc5963cb3f5d0e54 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -67,6 +67,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).