]> granicus.if.org Git - php/commit
Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extended
authorNikita Popov <nikic@php.net>
Wed, 30 Jan 2013 19:23:39 +0000 (20:23 +0100)
committerNikita Popov <nikic@php.net>
Wed, 30 Jan 2013 19:40:02 +0000 (20:40 +0100)
commitf540e086e26280036f868c8bb5df458364f71f02
tree6d45746ebe4e4bb2d4f09a6a4616e045447e3392
parent86b364380720005f4e460eb99317f4ddfef25c52
Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extended
ext/spl/spl_array.c
ext/spl/spl_fixedarray.c
ext/spl/tests/bug64106.phpt [new file with mode: 0644]