Bug 56448 - New port: PEAR Swiss-army knive for reading and writing XML files
Summary: New port: PEAR Swiss-army knive for reading and writing XML files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-04 17:50 UTC by Alex Miller
Modified: 2003-09-08 03:30 UTC (History)
0 users

See Also:


Attachments
file.shar (3.59 KB, text/plain)
2003-09-04 17:50 UTC, Alex Miller
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Miller 2003-09-04 17:50:12 UTC
XML_Serializer serializes complex data structures like arrays or object
as XML documents. This class helps you generating any XML document you
require without the need for DOM.
Furthermore this package can be used as a replacement to serialize()
und unserialize() as it comes with a matching XML_Unserializer that is
able to create PHP data strcutures (like arrays and objects) from XML
documents, if type hints are available.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-09-08 03:30:20 UTC
State Changed
From-To: open->closed

Commited, thanks!