The new PECL package dom_varimport-1.11.1 (stable) has been released at 
http://pecl.php.net/.

Release notes
-------------
** Typo
    * Remove an outdated test (expired after the version is migrated from 
README to package.xml)

Package Info
-------------
The extension converts nested PHP arrays and objects into DOMDocument.
  Some of projects use XSLT as a templating engine. To build XML for such 
engines,
  we need a very fast and memory efficient way to convert PHP nested arrays and
  objects into DOMDocument object. Also, produced XML should be straight-forward
  and as simple as it could be (BTW XMLRPC, SOAP and other XML-based formats 
are quite
  sloppy in this case). So dom_varimport has been introduced: it produces 
DOMDocument
  from a nested array near 20 times faster than a hand-made code in native PHP
  (1 MB XML with thousands of nodes could be generated in 1-2 ms).

Related Links
-------------
Package home: http://pecl.php.net/package/dom_varimport
   Changelog: http://pecl.php.net/package-changelog.php?package=dom_varimport
    Download: http://pecl.php.net/get/dom_varimport-1.11.1.tgz

Authors
-------------
Dmitry Koterov (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to