From: Anatol Belski Date: Wed, 27 Jul 2016 21:30:23 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.10RC1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0294b39e39591a1b8a4da31b7bae5992591e11e;p=php update NEWS --- diff --git a/NEWS b/NEWS index b97aecf7fa..feec0bc75c 100644 --- 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).