summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files 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).