xmlwriter

Provides fast, non-cached, forward-only means to write XML data. This PECL extension is dead, instead use XMLWriter that comes with core (as of PHP 5.1.2)


This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data.

License: PHP

This package is not maintained anymore and has been superseded. Package has moved to channel http://www.php.net/xmlwriter package XmlWriter in Core.

Latest releases

Version Release Download
2.0.4 2006-03-05 xmlwriter-2.0.4.tgz
2.0.2 2005-12-01 xmlwriter-2.0.2.tgz
2.0.1 2005-11-15 xmlwriter-2.0.1.tgz
2.0.0 2005-08-07 xmlwriter-2.0.0.tgz
Show all releases

Changelog

Version Message
2.0.4 - #6267, Implement xmlTextWriterWriteRaw
- #6266, Implement xmlTextWriterFullEndElement
-#6177, xmlwriter_write_dtd_element inconsistent parameters between function/method
2.0.2 - fix build under 5.0
- fix crash when XMLWriter is instantiated but not used
- Switch from BSD-like license to PHP License 3.01
2.0.1 - Switch from PHP License to BSD-like license
- Allow recursive calls to __get/__set for different properties (ilia)
2.0.0 Promote to stable
Show complete changelog