diff options
| author | Pierre Joye <pajoye@php.net> | 2005-08-06 23:31:12 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2005-08-06 23:31:12 +0000 |
| commit | e451fb4a429236bfe93a3a15f61b419ae17989ec (patch) | |
| tree | ec18050cf7f36894d8f77fdd7a83133cd3645d21 /ext/xmlwriter | |
| parent | b345d31ffdac1a7a5da404157e58d85291248dfb (diff) | |
| download | php-git-e451fb4a429236bfe93a3a15f61b419ae17989ec.tar.gz | |
- add package2.xml
Diffstat (limited to 'ext/xmlwriter')
| -rw-r--r-- | ext/xmlwriter/package2.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/ext/xmlwriter/package2.xml b/ext/xmlwriter/package2.xml new file mode 100644 index 0000000000..8a2a367e82 --- /dev/null +++ b/ext/xmlwriter/package2.xml @@ -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> |
