History log of /PHP-8.2/ext/standard/tests/array/gh9244.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# ad04345e 04-Aug-2022 Christoph M. Becker

Fix GH-9244: Segfault with array_multisort + array_shift

After restructuring non-packed arrays, we either need to pack them if
possible, or to rehash them.

Closes GH-9247.