Home » XML » XML_Wddx
Wddx pretty serializer and deserializer
This package is unmaintained.
Download latest release 1.0.2 (archived versions might be outdated)
License: PHP License
Description
XML_Wddx does 2 things:
a) a drop in replacement for the XML_Wddx extension (if it's not built in)
b) produce an editable wddx file (with indenting etc.) and uses CDATA, rather than char tags
This package contains 2 static method:
XML_Wddx:serialize($value)
XML_Wddx:deserialize($value)
should be 90% compatible with wddx_deserialize(), and the deserializer will use wddx_deserialize if it is built in..
No support for recordsets is available at present in the PHP version of the deserializer.
Maintainers
- Alan Knowles (alan_k) — lead, active
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
- XML_Parser (>= 1.0)
Releases
- 1.0.2 (stable, 2010-10-05)
- 1.0.1 (stable, 2005-03-29)
- 1.0.0 (stable, 2004-08-12)
Release notes
License: PHP License
Stable release
Bugs Fixes
#2118 - incorrect serialization of arrays (thanks to Antonin : ez at daoldskool dot org )
auto typecasting of strings containing numbers
#------ incorrect serialization of null - 0.2 (beta, 2004-03-24)
Release notes
License: PHP License
First PEAR release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #2118 | Closed | Bug | 2004-08-12 | PEAR Wddx is wrong with associative arrays | |
| #3930 | Closed | Bug | 2005-03-23 | serializer is not fully DTD compliant | |
| #5016 | Closed | Bug | 2005-08-05 | preceeding zeroes truncated in string |