From e95625f47ee0a8b969c268c03a33a2a67ebbefce Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 2 Aug 2016 14:36:56 +0200 Subject: [PATCH] update NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index bc4df65fb40..118ece6138b 100644 --- a/NEWS +++ b/NEWS @@ -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).