summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/package2.xml
blob: ec6ef313b160a11a8e23f9f33a49932005032187 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?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-12-01</date>
 <version>
  <release>2.0.2</release>
  <api>2.0.0</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://www.php.net/license/3_01.txt">PHP</license>
 <notes>- fix build under 5.0
- fix crash when XMLWriter is instantiated but not used
- Switch from BSD-like license to PHP License 3.01
</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 role="test" name="001.phpt"/>
    <file role="test" name="002.phpt"/>
    <file role="test" name="003.phpt"/>
    <file role="test" name="004.phpt"/>
    <file role="test" name="OO_001.phpt"/>
    <file role="test" name="OO_002.phpt"/>
    <file role="test" name="OO_003.phpt"/>
    <file role="test" 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 />
 <changelog>
 <release>
 <version>
  <release>2.0.1</release>
  <api>2.0.0</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
 <notes>- Switch from PHP License to BSD-like license
- Allow recursive calls to __get/__set for different properties (ilia)
 </notes>
 </release>
 <release>
 <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">PHP License</license> 
 <notes>Promote to stable</notes>
 </release>
 </changelog>
</package>