Revision history for Perl extension PHP::Serialization
0.30 2009-01-11
- Significantly cleanup the code to be much prettier.
- Fix RT#42279, output sizes a bytes, not characters so that
serializing multibyte data works correctly.
0.29 2008-09-17
- Fix bug with negative numbers, RT#6402, patch from
<tom [...] eborcom.com>
- Add TODO test for RT21218
- Add TODO test for RT24441
0.28
- Serializing long integers comes out as -1 on the PHP end
as noted in RT#6112 patch from <kcivey [...] cpcug.org>.
- Add test for the issue above (t0m).
- Fix POD as noted in RT#6113 by MCMAHON.
- Only require perl 5.6 in Makefile.PL as noted in RT#17034
by <kcivey [...] cpcug.org>
0.27
- Fixed versioning (internal lib version was .26, was reporting
as .25 in previous version)
- Fixed array serialization/unserialization issues due to
incorrect element counts
- Fixed overly restrictive perl version requirement
- Fixed formatting issues in the documentation
0.25 Tue Dec 16 05:44:04 2003
- Original public version
- Change text formatted to zap tabs in docs.