From: Anatol Belski Date: Sun, 14 Aug 2016 18:52:47 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0beta3~54^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e910b0a8a50e8456ca41bb98a9b73c54ee442e8b;p=php update NEWS --- 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).