forked from pear/XML_RPC2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
383 lines (382 loc) · 16 KB
/
package.xml
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.1" 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>XML_RPC2</name>
<channel>pear.php.net</channel>
<summary>XML-RPC client/server library</summary>
<description>XML_RPC2 is a pear package providing XML_RPC client and server services. XML-RPC is a simple remote procedure call protocol built using HTTP as transport and XML as encoding.
As a client library, XML_RPC2 is capable of creating a proxy class which exposes the methods exported by the server. As a server library, XML_RPC2 is capable of exposing methods from a class or object instance, seamlessly exporting local methods as remotely callable procedures.</description>
<lead>
<name>Sergio Carvalho</name>
<user>sergiosgc</user>
<email>sergiosgc@php.net</email>
<active>yes</active>
</lead>
<developer>
<name>Fabien MARTY</name>
<user>fab</user>
<email>fab@php.net</email>
<active>yes</active>
</developer>
<developer>
<name>Alan Langford</name>
<user>instance</user>
<email>jal@ambitonline.com</email>
<active>yes</active>
</developer>
<date>2018-08-03</date>
<version>
<release>1.1.4</release>
<api>1.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL-2.1</license>
<notes>
* PR #7 Don't include the full stacktrace of the original exception in the message of the CurlException
* PR #8 Explicitly cast to integer before adding one
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="docs">
<dir name="tutorials">
<file name="XML_RPC2.lyx" role="doc" />
</dir> <!-- /docs/tutorials -->
<file name="Makefile" role="doc" />
</dir> <!-- /docs -->
<dir name="tests">
<dir name="lib">
<file name="run-tests" role="test" />
<file name="tests-config" role="test" />
</dir> <!-- /tests/lib -->
<dir name="XML_RPC2">
<dir name="phpBackend">
<dir name="cachedClient">
<file name="phpxmlrpcValidator1EasyStructTestCacheOffByDefault1.phpt" role="test" />
<file name="phpxmlrpcValidator1EasyStructTestCacheOffByDefault2.phpt" role="test" />
<file name="phpxmlrpcValidator1EasyStructTestCacheOnByDefault1.phpt" role="test" />
<file name="phpxmlrpcValidator1EasyStructTestCacheOnByDefault2.phpt" role="test" />
<file name="phpxmlrpcValidator1EasyStructTestCacheOnByDefault3.phpt" role="test" />
<file name="phpxmlrpcValidator1EasyStructTestCacheOnByDefault4.phpt" role="test" />
<file name="tmpdir.inc" role="test" />
</dir> <!-- /tests/XML_RPC2/phpBackend/cachedClient -->
<dir name="cachedServer">
<file name="tmpdir.inc" role="test" />
<file name="validator1EasyStructTestCacheOffByDefault1.phpt" role="test" />
<file name="validator1EasyStructTestCacheOffByDefault2.phpt" role="test" />
<file name="validator1EasyStructTestCacheOffByDefault3.phpt" role="test" />
<file name="validator1EasyStructTestCacheOnByDefault1.phpt" role="test" />
<file name="validator1EasyStructTestCacheOnByDefault2.phpt" role="test" />
<file name="validator1EasyStructTestCacheOnByDefault3.phpt" role="test" />
</dir> <!-- /tests/XML_RPC2/phpBackend/cachedServer -->
<dir name="client">
<file name="faultFromPython.phpt" role="test" />
<file name="okFromPython.phpt" role="test" />
<file name="phpxmlrpcValidator1ArrayOfStructsTest.phpt" role="test" />
<file name="phpxmlrpcValidator1CountTheEntities.phpt" role="test" />
<file name="phpxmlrpcValidator1EasyStructTest.phpt" role="test" />
<file name="phpxmlrpcValidator1EchoStructTest.phpt" role="test" />
<file name="phpxmlrpcValidator1ManyTypesTest.phpt" role="test" />
<file name="phpxmlrpcValidator1ModerateSizeArrayCheck.phpt" role="test" />
<file name="phpxmlrpcValidator1NestedStructTest.phpt" role="test" />
<file name="phpxmlrpcValidator1SimpleStructReturnTest.phpt" role="test" />
<file name="protocolError.phpt" role="test" />
</dir> <!-- /tests/XML_RPC2/phpBackend/client -->
<dir name="decoding">
<file name="array.phpt" role="test" />
<file name="base64.phpt" role="test" />
<file name="boolean.phpt" role="test" />
<file name="datetime.phpt" role="test" />
<file name="double.phpt" role="test" />
<file name="faultResponse.phpt" role="test" />
<file name="integer.phpt" role="test" />
<file name="integer2.phpt" role="test" />
<file name="integer64.phpt" role="test" />
<file name="null.phpt" role="test" />
<file name="request.phpt" role="test" />
<file name="response.phpt" role="test" />
<file name="string.phpt" role="test" />
<file name="struct.phpt" role="test" />
</dir> <!-- /tests/XML_RPC2/phpBackend/decoding -->
<dir name="encoding">
<file name="array.phpt" role="test" />
<file name="base64.phpt" role="test" />
<file name="boolean.phpt" role="test" />
<file name="datetime.phpt" role="test" />
<file name="datetime1.phpt" role="test" />
<file name="datetime2.phpt" role="test" />
<file name="datetime3.phpt" role="test" />
<file name="datetime4.phpt" role="test" />
<file name="double.phpt" role="test" />
<file name="integer.phpt" role="test" />
<file name="integer64.phpt" role="test" />
<file name="null.phpt" role="test" />
<file name="request.phpt" role="test" />
<file name="response.phpt" role="test" />
<file name="response2.phpt" role="test" />
<file name="string.phpt" role="test" />
<file name="struct.phpt" role="test" />
</dir> <!-- /tests/XML_RPC2/phpBackend/encoding -->
<dir name="regressions">
<file name="11135.phpt" role="test" />
</dir> <!-- /tests/XML_RPC2/phpBackend/regressions -->
<dir name="server">
<file name="invalidXMLRequest.phpt" role="test" />
<file name="nonexistantMethod.phpt" role="test" />
<file name="normalRequest.phpt" role="test" />
<file name="normalRequestWithPrefix.phpt" role="test" />
<file name="normalRequestWithPrefix2.phpt" role="test" />
<file name="validator1ArrayOfStructsTest.phpt" role="test" />
<file name="validator1CountTheEntities.phpt" role="test" />
<file name="validator1EasyStructTest.phpt" role="test" />
<file name="validator1EchoStructTest.phpt" role="test" />
<file name="validator1ManyTypesTest.phpt" role="test" />
<file name="validator1ModerateSizeArrayCheck.phpt" role="test" />
<file name="validator1NestedStructTest.phpt" role="test" />
<file name="validator1SimpleStructReturnTest.phpt" role="test" />
</dir> <!-- /tests/XML_RPC2/phpBackend/server -->
</dir> <!-- /tests/XML_RPC2/phpBackend -->
<dir name="regressions">
<file name="11314.phpt" role="test" />
<file name="14038.phpt" role="test" />
<file name="18258.phpt" role="test" />
</dir> <!-- /tests/XML_RPC2/regressions -->
<dir name="xmlrpcextBackend">
<dir name="cachedClient">
<file name="phpxmlrpcValidator1EasyStructTestCacheOffByDefault1.phpt" role="test" />
<file name="phpxmlrpcValidator1EasyStructTestCacheOffByDefault2.phpt" role="test" />
<file name="phpxmlrpcValidator1EasyStructTestCacheOnByDefault1.phpt" role="test" />
<file name="phpxmlrpcValidator1EasyStructTestCacheOnByDefault2.phpt" role="test" />
<file name="phpxmlrpcValidator1EasyStructTestCacheOnByDefault3.phpt" role="test" />
<file name="phpxmlrpcValidator1EasyStructTestCacheOnByDefault4.phpt" role="test" />
<file name="tmpdir.inc" role="test" />
</dir> <!-- /tests/XML_RPC2/xmlrpcextBackend/cachedClient -->
<dir name="cachedServer">
<file name="tmpdir.inc" role="test" />
<file name="validator1EasyStructTestCacheOffByDefault1.phpt" role="test" />
<file name="validator1EasyStructTestCacheOffByDefault2.phpt" role="test" />
<file name="validator1EasyStructTestCacheOffByDefault3.phpt" role="test" />
<file name="validator1EasyStructTestCacheOnByDefault1.phpt" role="test" />
<file name="validator1EasyStructTestCacheOnByDefault2.phpt" role="test" />
<file name="validator1EasyStructTestCacheOnByDefault3.phpt" role="test" />
</dir> <!-- /tests/XML_RPC2/xmlrpcextBackend/cachedServer -->
<dir name="client">
<file name="faultFromPython.phpt" role="test" />
<file name="okFromPython.phpt" role="test" />
<file name="phpxmlrpcValidator1ArrayOfStructsTest.phpt" role="test" />
<file name="phpxmlrpcValidator1CountTheEntities.phpt" role="test" />
<file name="phpxmlrpcValidator1EasyStructTest.phpt" role="test" />
<file name="phpxmlrpcValidator1EchoStructTest.phpt" role="test" />
<file name="phpxmlrpcValidator1ManyTypesTest.phpt" role="test" />
<file name="phpxmlrpcValidator1ModerateSizeArrayCheck.phpt" role="test" />
<file name="phpxmlrpcValidator1NestedStructTest.phpt" role="test" />
<file name="phpxmlrpcValidator1SimpleStructReturnTest.phpt" role="test" />
<file name="protocolError.phpt" role="test" />
<file name="valueCreateFromNative.phpt" role="test" />
</dir> <!-- /tests/XML_RPC2/xmlrpcextBackend/client -->
<dir name="server">
<file name="invalidXMLRequest.phpt" role="test" />
<file name="nonexistantMethod.phpt" role="test" />
<file name="normalRequest.phpt" role="test" />
<file name="normalRequestWithPrefix.phpt" role="test" />
<file name="normalRequestWithPrefix2.phpt" role="test" />
<file name="validator1ArrayOfStructsTest.phpt" role="test" />
<file name="validator1CountTheEntities.phpt" role="test" />
<file name="validator1EasyStructTest.phpt" role="test" />
<file name="validator1EchoStructTest.phpt" role="test" />
<file name="validator1ManyTypesTest.phpt" role="test" />
<file name="validator1ModerateSizeArrayCheck.phpt" role="test" />
<file name="validator1NestedStructTest.phpt" role="test" />
<file name="validator1SimpleStructReturnTest.phpt" role="test" />
</dir> <!-- /tests/XML_RPC2/xmlrpcextBackend/server -->
</dir> <!-- /tests/XML_RPC2/xmlrpcextBackend -->
</dir> <!-- /tests/XML_RPC2 -->
<file name="Makefile" role="test" />
</dir> <!-- /tests -->
<dir name="XML">
<dir name="RPC2">
<dir name="Backend">
<dir name="Php">
<dir name="Value">
<file name="Array.php" role="php" />
<file name="Base64.php" role="php" />
<file name="Boolean.php" role="php" />
<file name="Datetime.php" role="php" />
<file name="Double.php" role="php" />
<file name="Integer.php" role="php" />
<file name="Integer64.php" role="php" />
<file name="Nil.php" role="php" />
<file name="Scalar.php" role="php" />
<file name="String.php" role="php" />
<file name="Struct.php" role="php" />
</dir> <!-- /XML/RPC2/Backend/Php/Value -->
<file name="Client.php" role="php" />
<file name="Request.php" role="php" />
<file name="Response.php" role="php" />
<file name="Server.php" role="php" />
<file name="Value.php" role="php" />
</dir> <!-- /XML/RPC2/Backend/Php -->
<dir name="Xmlrpcext">
<file name="Client.php" role="php" />
<file name="Server.php" role="php" />
<file name="Value.php" role="php" />
</dir> <!-- /XML/RPC2/Backend/Xmlrpcext -->
</dir> <!-- /XML/RPC2/Backend -->
<dir name="Server">
<dir name="CallHandler">
<file name="Class.php" role="php" />
<file name="Instance.php" role="php" />
</dir> <!-- /XML/RPC2/Server/CallHandler -->
<dir name="Input">
<file name="PhpInput.php" role="php" />
<file name="RawPostData.php" role="php" />
</dir> <!-- /XML/RPC2/Server/Input -->
<file name="CallHandler.php" role="php" />
<file name="Input.php" role="php" />
<file name="Method.php" role="php" />
</dir> <!-- /XML/RPC2/Server -->
<dir name="Util">
<file name="HTTPRequest.php" role="php" />
</dir> <!-- /XML/RPC2/Util -->
<file name="Backend.php" role="php" />
<file name="CachedClient.php" role="php" />
<file name="CachedServer.php" role="php" />
<file name="Client.php" role="php" />
<file name="ClientHelper.php" role="php" />
<file name="Exception.php" role="php" />
<file name="Server.php" role="php" />
<file name="Value.php" role="php" />
</dir> <!-- /XML/RPC2 -->
</dir> <!-- /XML -->
<file name="composer.json" role="data" />
<file name="Makefile" role="data" />
<file name="README.md" role="data" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>5.0.0</min>
</php>
<pearinstaller>
<min>1.5.4</min>
</pearinstaller>
<package>
<name>HTTP_Request2</name>
<channel>pear.php.net</channel>
<min>2.0.0</min>
</package>
<package>
<name>Cache_Lite</name>
<channel>pear.php.net</channel>
<min>1.6.0</min>
</package>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<date>2018-08-03</date>
<version>
<release>1.1.4</release>
<api>1.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL-2.1</license>
<notes>
* PR #7 Don't include the full stacktrace of the original exception in the message of the CurlException
* PR #8 Explicitly cast to integer before adding one
</notes>
</release>
<release>
<version>
<release>1.1.3</release>
<api>1.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-06-21</date>
<license uri="https://www.gnu.org/licenses/lgpl-2.1.html">LGPL-2.1</license>
<notes>
QA release
Fix issues when installed via composer
</notes>
</release>
<release>
<version>
<release>1.1.2</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-03-30</date>
<license uri="http://www.php.net/license/3_01.txt">PHP License 3.01</license>
<notes>
QA release
Bug #19587 PHP backend fails when encoding type is set to UTF-8 instead of utf-8
Doc Bug #19357 package.xml points to nonexistent URL|license PHP 3.02
Bug #19036 remove error_reporting (for PEAR QA team)
Bug #18925 Test fails with latest HTTP_Request2
</notes>
</release>
<release>
<version>
<release>1.1.1</release>
<api>1.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-06-30</date>
<license uri="http://www.php.net/license/3_02.txt">PHP License 3.02</license>
<notes>
QA release
Better usage of HTTP_Request2, allowing the use of pre-configured instances now
Bug #18329 Fatal error in HTTPRequest.php
Bug #18404 PHP Notice about undefined property: XML_RPC2_Server_Input_PhpInput::$readReque
</notes>
</release>
<release>
<version>
<release>1.1.0b3</release>
<api>1.0.5</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<date>2011-02-26</date>
<license uri="http://www.php.net/license/3_02.txt">PHP License 3.02</license>
<notes>
Better usage of HTTP_Request2, allowing the use of pre-configured instances now
</notes>
</release>
<release>
<version>
<release>1.1.0b2</release>
<api>1.0.5</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<date>2011-02-26</date>
<license uri="http://www.php.net/license/3_02.txt">PHP License 3.02</license>
<notes>
Fix missing files in packaged version
</notes>
</release>
</changelog>
</package>