]> granicus.if.org Git - php/commit
Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called in serialize())
authorXinchen Hui <laruence@gmail.com>
Sat, 17 Oct 2015 12:28:49 +0000 (05:28 -0700)
committerXinchen Hui <laruence@gmail.com>
Sat, 17 Oct 2015 12:28:49 +0000 (05:28 -0700)
commite2d6090043aed271d18a4d157cbb64138481c9ed
tree467ed60f559910d979e3e98520adf43f3032fcf5
parentd4df6641c871e23478c3137365f682c38d8d95a3
Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called in serialize())

It's possible to fixed this in SPL side, but it will be ugly, and we
should make serialize more robust, so I prefer fix it in serialize side.
NEWS
ext/spl/tests/bug70730.phpt [new file with mode: 0644]
ext/standard/var.c