From e910b0a8a50e8456ca41bb98a9b73c54ee442e8b Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 14 Aug 2016 20:52:47 +0200 Subject: [PATCH] update NEWS --- NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3582cce48c..968a841fff 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,11 @@ PHP NEWS . Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY returns false). (cmb) +- PDO_pgsql: + . Implemented FR #72633 (Postgres PDO lastInsertId() should work without + specifying a sequence). (Pablo Santiago Sánchez, Matteo) + . Fixed bug #72759 (Regression in pgo_pgsql). (Anatol) + - Session: . Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita) @@ -124,8 +129,6 @@ 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, Matteo) - Reflection: . Fixed bug #72222 (ReflectionClass::export doesn't handle array constants). -- 2.40.0