-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.xml
More file actions
168 lines (167 loc) · 5.65 KB
/
package.xml
File metadata and controls
168 lines (167 loc) · 5.65 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.0" 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" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>xmlrpc</name>
<channel>pecl.php.net</channel>
<summary>Functions to write XML-RPC servers and clients</summary>
<description>
These functions can be used to write XML-RPC servers and clients. You can find
more information about XML-RPC at http://www.xmlrpc.com/, and more documentation
on this extension and its functions at http://xmlrpc-epi.sourceforge.net/.
The extension is unbundled from php-src as of PHP 8.0.0, because the underlying
libxmlrpc has obviously been abandoned. It is recommended to reevaluate using
this extension.
</description>
<lead>
<name>Christoph M. Becker</name>
<user>cmb</user>
<email>cmbecker69@gmx.de</email>
<active>yes</active>
</lead>
<date>2021-12-04</date>
<version>
<release>1.0.0RC3</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
<![CDATA[
PHP 8.1 compatibility (Jan Ehrhardt)
]]>
</notes>
<contents>
<dir name="/">
<file name="config.m4" role="src"/>
<file name="config.w32" role="src"/>
<file name="CREDITS" role="doc"/>
<file name="EXPERIMENTAL" role="doc"/>
<file name="LICENSE" role="doc"/>
<file name="Makefile.frag" role="src"/>
<file name="php_xmlrpc.h" role="src"/>
<file name="xmlrpc-epi-php.c" role="src"/>
<file name="xmlrpc.stub.php" role="src"/>
<file name="xmlrpc_arginfo.h" role="src"/>
<dir name="libxmlrpc">
<file name="base64.c" role="src"/>
<file name="base64.h" role="src"/>
<file name="COPYING" role="doc"/>
<file name="encodings.c" role="src"/>
<file name="encodings.h" role="src"/>
<file name="queue.c" role="src"/>
<file name="queue.h" role="src"/>
<file name="README.md" role="doc"/>
<file name="simplestring.c" role="src"/>
<file name="simplestring.h" role="src"/>
<file name="system_methods.c" role="src"/>
<file name="system_methods_private.h" role="src"/>
<file name="xmlrpc.c" role="src"/>
<file name="xmlrpc.h" role="src"/>
<file name="xmlrpc_introspection.c" role="src"/>
<file name="xmlrpc_introspection.h" role="src"/>
<file name="xmlrpc_introspection_private.h" role="src"/>
<file name="xmlrpc_private.h" role="src"/>
<file name="xml_element.c" role="src"/>
<file name="xml_element.h" role="src"/>
<file name="xml_to_dandarpc.c" role="src"/>
<file name="xml_to_dandarpc.h" role="src"/>
<file name="xml_to_soap.c" role="src"/>
<file name="xml_to_soap.h" role="src"/>
<file name="xml_to_xmlrpc.c" role="src"/>
<file name="xml_to_xmlrpc.h" role="src"/>
</dir>
<dir name="tests">
<file name="001.phpt" role="test"/>
<file name="002.phpt" role="test"/>
<file name="003.phpt" role="test"/>
<file name="004.phpt" role="test"/>
<file name="005.phpt" role="test"/>
<file name="006.phpt" role="test"/>
<file name="007.phpt" role="test"/>
<file name="bug18916.phpt" role="test"/>
<file name="bug37057.phpt" role="test"/>
<file name="bug38431.phpt" role="test"/>
<file name="bug40576.phpt" role="test"/>
<file name="bug40576_64bit.phpt" role="test"/>
<file name="bug42189.phpt" role="test"/>
<file name="bug42736.phpt" role="test"/>
<file name="bug44996.phpt" role="test"/>
<file name="bug45226.phpt" role="test"/>
<file name="bug45555.phpt" role="test"/>
<file name="bug45556.phpt" role="test"/>
<file name="bug47818.phpt" role="test"/>
<file name="bug50282.phpt" role="test"/>
<file name="bug50285.phpt" role="test"/>
<file name="bug50761.phpt" role="test"/>
<file name="bug51288.phpt" role="test"/>
<file name="bug61097.phpt" role="test"/>
<file name="bug61264.phpt" role="test"/>
<file name="bug68027.phpt" role="test"/>
<file name="bug70526.phpt" role="test"/>
<file name="bug70728.phpt" role="test"/>
<file name="bug70728_64bit.phpt" role="test"/>
<file name="bug71501.phpt" role="test"/>
<file name="bug72155.phpt" role="test"/>
<file name="bug72647.phpt" role="test"/>
<file name="bug74975.phpt" role="test"/>
<file name="bug77242.phpt" role="test"/>
<file name="bug77380.phpt" role="test"/>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>8.0.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>xmlrpc</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2021-01-15</date>
<version>
<release>1.0.0RC2</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
<![CDATA[
This is the snapshot of ext/xmlrpc just before it was unbundled from php-src.
Only minimal modifications have been made thereafter.
]]>
</notes>
</release>
<release>
<date>2021-01-04</date>
<version>
<release>1.0.0RC1</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
<![CDATA[
This is the snapshot of ext/xmlrpc just before it was unbundled from php-src.
Only minimal modifications have been made thereafter.
]]>
</notes>
</release>
</changelog>
</package>