mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
15 lines
506 B
Plaintext
15 lines
506 B
Plaintext
PEAR::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 methods:
|
|
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.
|