From: Nikita Popov Date: Sat, 30 Jul 2016 16:35:41 +0000 (+0200) Subject: Merge branch 'PHP-5.6' into PHP-7.0 X-Git-Tag: php-7.0.10RC1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4d35c321414c66027318de130290e1fa613eb6b;p=php Merge branch 'PHP-5.6' into PHP-7.0 --- c4d35c321414c66027318de130290e1fa613eb6b diff --cc NEWS index 1a04a6c2b9,bc4df65fb4..cdf37e9007 --- a/NEWS +++ b/NEWS @@@ -84,13 -62,7 +84,9 @@@ 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)