From: Christoph M. Becker Date: Mon, 27 Jun 2016 15:17:34 +0000 (+0200) Subject: Update NEWS X-Git-Tag: php-7.1.0alpha3~83^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5fc4dbf210fdbf46b037996c8479d1844e81f5d;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 68eea45892..d45517e01d 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,10 @@ PHP NEWS . Fixed bug #72476 (Memleak in jit_stack). (Laruence) . Fixed bug #72463 (mail fails with invalid argument). (Anatol) +- SQLite3: + . Fixed bug #70628 (Clearing bindings on an SQLite3 statement doesn't work). + (cmb) + - Standard: . Fixed bug #72306 (Heap overflow through proc_open and $env parameter). (Laruence)