]> granicus.if.org Git - php/commit
Fixed #67985 - Incorrect last used array index copied to new array after unset
authorTjerk Meesters <datibbaw@php.net>
Tue, 9 Sep 2014 09:58:45 +0000 (17:58 +0800)
committerTjerk Meesters <datibbaw@php.net>
Tue, 9 Sep 2014 09:58:45 +0000 (17:58 +0800)
commit99f0760bfba86f45af9ea011a0f017080922710a
tree87b383548e133ee5560bee70e80bf824184f7802
parentd2e1a04b1011e15321b9748f76620786418b7893
Fixed #67985 - Incorrect last used array index copied to new array after unset

In master zend_array_dup() is used to do this properly; this is a workaround.
NEWS
Zend/tests/bug67985.phpt [new file with mode: 0644]
Zend/zend_variables.c