mirror of
https://github.com/php/php-src.git
synced 2026-04-04 14:42:49 +02:00
Always duplicate the array before doing a sort with user-defined comparison function, to avoid access to the intermediate inconsistent state. I've also dropped the "array modification" warning, as protection against modifications is no longer relevant if we're always working on a copy anyway. This also required some changes to how SplArray forwards calls to sorting functions.
152 KiB
152 KiB