From: Anatol Belski Date: Wed, 27 Jul 2016 21:32:20 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0beta2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b28758565db5e2b6a657f37168e737d67c8483bd;p=php update NEWS --- diff --git a/NEWS b/NEWS index 9143eb3c84..ff41b718bd 100644 --- a/NEWS +++ b/NEWS @@ -156,6 +156,8 @@ PHP NEWS . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo) . Fixed bug #72570 (Segmentation fault when binding parameters on a query without placeholders). (Matteo) + . Implemented FR #72633 (Postgres PDO lastInsertId() should work without + specifying a sequence). (Pablo Santiago Sánchez) - Pcntl . Implemented asynchronous signal handling without TICKS. (Dmitry)