1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 00:32:23 +01:00

1 Commits

Author SHA1 Message Date
ColinHDev
e2f477c2cb Fix negative indices on empty array not affecting next chosen index
Changed the value of nNextFreeElement in _zend_empty_array from 0 to
ZEND_LONG_MIN.

Fixes GH-11154
Closes GH-11157
2023-05-02 12:05:48 +02:00