History log of /php-src/ext/spl/tests/gh13531.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 8494058a 27-Feb-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-13531: Unable to resize SplfixedArray after being unserialized in PHP 8.2.15

When unserializing, the cached_resize field was not reset to -1
correctly, causing the setSize() metho

Fix GH-13531: Unable to resize SplfixedArray after being unserialized in PHP 8.2.15

When unserializing, the cached_resize field was not reset to -1
correctly, causing the setSize() method to think we were inside of a
resize operation.

Closes GH-13543.

show more ...