summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-06-24 13:56:41 +0800
committerXinchen Hui <laruence@gmail.com>2016-06-24 13:56:41 +0800
commit700ba3fc1e288ddc8e58c9d7d293669a7712074d (patch)
treeaf3e44fcee4aae16c8c103f6372acae4589561e9
parentc9a538cdb441437181913c09bdc4425596e51f46 (diff)
downloadphp-git-700ba3fc1e288ddc8e58c9d7d293669a7712074d.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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: