From: Xinchen Hui Date: Fri, 24 Jun 2016 05:56:41 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.1.0alpha3~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=700ba3fc1e288ddc8e58c9d7d293669a7712074d;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 6f89a57331..18594c5ff5 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ PHP NEWS . Fixed bug #72476 (Memleak in jit_stack). (Laruence) . Fixed bug #72463 (mail fails with invalid argument). (Anatol) +- Standard: + . array_multisort now uses zend_sort instead zend_qsort. (Laruence) + 23 Jun 2016, PHP 7.1.0alpha2 - Core: