From: Anatol Belski Date: Thu, 14 Jul 2016 11:21:38 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.9~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d3b729803d381552086bdc7028d5cf857f5a01c;p=php update NEWS --- diff --git a/NEWS b/NEWS index 62fa3e444e..80bb9528b8 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,10 @@ PHP NEWS oob read access). (Laruence) . Fixed bug #72399 (Use-After-Free in MBString (search_re)). (Laruence) +- PDO_pgsql: + . Fixed bug #72570 (Segmentation fault when binding parameters on a query + without placeholders). (Matteo) + - PCRE: . Fixed bug #72476 (Memleak in jit_stack). (Laruence) . Fixed bug #72463 (mail fails with invalid argument). (Anatol)