From: Christoph M. Becker Date: Mon, 27 Jun 2016 15:25:06 +0000 (+0200) Subject: Update NEWS X-Git-Tag: php-7.1.0alpha3~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62f366e056aad48086db6523efc75ac638b7648e;p=php Update NEWS --- diff --git a/NEWS b/NEWS index ed47f0bcb0..d13cab3dd7 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,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: . array_multisort now uses zend_sort instead zend_qsort. (Laruence)