summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/package.xml
blob: 58821bfbe3fc8cace511acc37e80e3aa3fe9a598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../package.dtd">
<package>
 <name>xmlwriter</name>
 <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>
 <license>PHP License</license>
 <maintainers>
  <maintainer>
   <user>rrichards</user>
   <name>Rob Richards</name>
   <email>rrichards@php.net</email>
   <role>lead</role>
  </maintainer>
 </maintainers>

 <release>
  <version>0.2</version>
  <date>2004-10-08</date>
  <state>alpha</state>
  <notes>Fix bug 2482 and other function parameters</notes>
 </release>

 <changelog>
  <release>
   <version>0.1</version>
   <date>2004-07-20</date>
   <state>alpha</state>
   <notes>Initial Release </notes>
  </release>
 </changelog>

 <configureoptions>
   <configureoption name="with-xmlwriter" default="autodetect" prompt="Include XMLWriter support?"/>
 </configureoptions>
 <filelist>
  <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"/>
 </filelist>
 <deps>
  <dep type="php" rel="ge" version="4.3.0" />
 </deps>
</package>