]> granicus.if.org Git - php/commitdiff
- add package2.xml
authorPierre Joye <pajoye@php.net>
Sat, 6 Aug 2005 23:31:12 +0000 (23:31 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 6 Aug 2005 23:31:12 +0000 (23:31 +0000)
ext/xmlwriter/package2.xml [new file with mode: 0644]

diff --git a/ext/xmlwriter/package2.xml b/ext/xmlwriter/package2.xml
new file mode 100644 (file)
index 0000000..8a2a367
--- /dev/null
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<package packagerversion="1.4.0a2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <name>xmlwriter</name>
+ <channel>pecl.php.net</channel>
+ <summary>Provides fast, non-cached, forward-only means to write XML data.</summary>
+ <description>
+  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.
+ </description>
+ <lead>
+  <name>Rob Richards</name>
+  <user>rrichards</user>
+  <email>rrichards@php.net</email>
+  <active>yes</active>
+ </lead>
+ <developer>
+  <name>Pierre-Alain Joye</name>
+  <user>pajoye</user>
+  <email>pajoye@php.net</email>
+  <active>yes</active>
+ </developer>
+ <date>2005-08-07</date>
+ <time>01:20:00</time>
+ <version>
+  <release>2.0.0</release>
+  <api>2.0.0</api>
+ </version>
+ <stability>
+  <release>stable</release>
+  <api>stable</api>
+ </stability>
+ <license uri="http://www.php.net/license/3_0.txt">PHP</license>
+ <notes>Promote to stable</notes>
+ <contents>
+  <dir name="/">
+  <file role="src" name="config.m4"/>
+  <file role="src" name="config.w32"/>
+  <file role="src" name="php_xmlwriter.c"/>
+  <file role="src" name="php_xmlwriter.h"/>
+  <dir name="tests" role="test">
+    <file name="001.phpt"/>
+    <file name="002.phpt"/>
+    <file name="003.phpt"/>
+    <file name="004.phpt"/>
+    <file name="OO_001.phpt"/>
+    <file name="OO_002.phpt"/>
+    <file name="OO_003.phpt"/>
+    <file name="OO_004.phpt"/>
+  </dir>
+  </dir>
+ </contents>
+ <dependencies>
+  <required>
+   <php>
+    <min>4.3.0</min>
+   </php>
+   <pearinstaller>
+    <min>1.4.0a2</min>
+   </pearinstaller>
+  </required>
+ </dependencies>
+ <providesextension>xmlwriter</providesextension>
+ <extsrcrelease />
+</package>