]> granicus.if.org Git - php/commit
Fixed bug #70808 (array_merge_recursive corrupts memory of unset items)
authorXinchen Hui <laruence@gmail.com>
Thu, 29 Oct 2015 06:33:58 +0000 (14:33 +0800)
committerXinchen Hui <laruence@gmail.com>
Thu, 29 Oct 2015 06:33:58 +0000 (14:33 +0800)
commit179fba3f3801d5528cfc5e82be09cf8ef512b0ba
tree5909d09c7de3beeb081bd56bc3dea32cc619339a
parent2b23ba97f320aa5bbaa9c14380f16415b5f14549
Fixed bug #70808 (array_merge_recursive corrupts memory of unset items)

I knew, this fix seems ugly
NEWS
ext/standard/array.c
ext/standard/tests/array/bug70808.phpt [new file with mode: 0644]