diff options
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |