]> granicus.if.org Git - php/commit
Fix #70289: Different sort in php7 (and hhvm) compared to php5
authorChristoph M. Becker <cmb@php.net>
Tue, 18 Aug 2015 11:44:14 +0000 (13:44 +0200)
committerChristoph M. Becker <cmb@php.net>
Tue, 18 Aug 2015 11:44:14 +0000 (13:44 +0200)
commit1b5e87a579080da1452e173981b7d8a6814f15c0
tree8e0bdda339242780b63a16cfbecccffdd987b37a
parent22eaa995ee62ba6332a82d4754a179b6be847fe9
Fix #70289: Different sort in php7 (and hhvm) compared to php5

We add a respective note to UPGRADING. Furthermore, as renaming of zend_qsort()
and the new zend_insert_sort() are irrelevant for user-land, we move this
info to UPGRADING.INTERNALS.
UPGRADING
UPGRADING.INTERNALS