From: Nikita Popov Date: Sat, 30 Jul 2016 16:22:07 +0000 (+0200) Subject: Merge branch 'PHP-5.6' into PHP-7.0 X-Git-Tag: php-7.0.10RC1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fe0398dad29c31d477e2225589eeec8977eb423;p=php Merge branch 'PHP-5.6' into PHP-7.0 --- 9fe0398dad29c31d477e2225589eeec8977eb423 diff --cc NEWS index cdf37e9007,33a317020f..1a04a6c2b9 --- a/NEWS +++ b/NEWS @@@ -84,9 -62,11 +84,13 @@@ PH - 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) + - Posix: + . Fixed bug #71219 (php's configure script incorrectly checks for ttyname_r + availability). (Nikita) + - Reflection: . Fixed bug #72222 (ReflectionClass::export doesn't handle array constants). (Nikita Nefedov)