]> granicus.if.org Git - php/commit
Add a __wakeup() method to SplFixedArray, thereby fixing serialising an
authorAdam Harvey <aharvey@php.net>
Tue, 21 Feb 2012 10:34:42 +0000 (10:34 +0000)
committerStanislav Malyshev <stas@php.net>
Fri, 28 Jun 2013 20:50:33 +0000 (13:50 -0700)
commit3becd3879f847e8d43fdcedcb7cab8fb46a8ba73
treebcbc1ea092200c0990330b58948f57a2b24089fc
parente00ed6bc3f6de5f1103cb9e92e66fc20fd6cc17e
Add a __wakeup() method to SplFixedArray, thereby fixing serialising an

SplFixedArray object and bug #60560 (SplFixedArray un-/serialize, getSize(),
count() return 0, keys are strings).
NEWS
ext/spl/spl_fixedarray.c
ext/spl/tests/SplFixedArray_serialize.phpt [new file with mode: 0644]