PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_Serializer » Bug #4075

tagMap works only on class names (objects)

Details

Submitted2005-04-06 11:11 UTC
Fromgoldos at gmx dot net
Assignedschst
StatusClosed
PackageXML_Serializer
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2005-04-06 11:11 UTC] goldos at gmx dot net

Description:
------------
XML_Serializer supports tag mapping with all types of resources. XML_Unserializer instead does this only for classes. A supplied tagMap to any of the unserializing functions does not have any effect on resources other than classes. Probably a bug (at least the relevant code is missing)?

- Olaf -