From: Pierre Joye Date: Sun, 5 Mar 2006 16:31:02 +0000 (+0000) Subject: - mv package2 to package X-Git-Tag: RELEASE_1_3~536 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fad64d6dcda7b977fa2f009bb16d2589e9d0409;p=php - mv package2 to package --- diff --git a/ext/xmlwriter/package.xml b/ext/xmlwriter/package.xml new file mode 100644 index 0000000000..7c0e203ab1 --- /dev/null +++ b/ext/xmlwriter/package.xml @@ -0,0 +1,131 @@ + + + xmlwriter + pecl.php.net + Provides fast, non-cached, forward-only means to write XML data. + 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. + + + Rob Richards + rrichards + rrichards@php.net + yes + + + Pierre-Alain Joye + pajoye + pajoye@php.net + yes + + 2006-03-05 + + 2.0.4 + 2.0.0 + + + stable + stable + + PHP + - #6267, Implement xmlTextWriterWriteRaw +- #6266, Implement xmlTextWriterFullEndElement +-#6177, xmlwriter_write_dtd_element inconsistent parameters between function/method + + + + + + + + + + + + + + + + + + + + + + + + + + 4.3.0 + + + 1.4.0a2 + + + + xmlwriter + + + + 2005-12-10 + + 2.0.3 + 2.0.0 + + + stable + stable + + PHP + - fix ::startDtd and ::startElementNs arguments +- Add tests for both methods +- fix ::setIndent() parameter parsing (Ilia) +- Fix compile warnings +- update tests suite + + + + 2005-12-01 + + 2.0.2 + 2.0.0 + + + stable + stable + + PHP + - 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 + 2.0.0 + + + stable + stable + + BSD + - Switch from PHP License to BSD-like license +- Allow recursive calls to __get/__set for different properties (ilia) + + + + 2005-08-07 + + + 2.0.0 + 2.0.0 + + + stable + stable + + PHP License + Promote to stable + + +