1 <?xml version=
"1.0" encoding=
"UTF-8" ?>
2 <package version=
"2.0" xmlns=
"http://pear.php.net/dtd/package-2.0"
3 xmlns:
tasks=
"http://pear.php.net/dtd/tasks-1.0"
4 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
6 http://pear.php.net/dtd/tasks-1.0
7 http://pear.php.net/dtd/tasks-1.0.xsd
8 http://pear.php.net/dtd/package-2.0
9 http://pear.php.net/dtd/package-2.0.xsd">
10 <name>pecl_http
</name>
11 <channel>pecl.php.net
</channel>
12 <summary>Extended HTTP Support
</summary>
13 <description><![CDATA[
14 This HTTP extension aims to provide a convenient and powerful
15 set of functionality for one of PHPs major applications.
17 It eases handling of HTTP urls, headers and messages, provides
18 means for negotiation of a client's preferred content type,
19 language and charset, as well as a convenient way to send any
20 arbitrary data with caching and resuming capabilities.
22 It provides powerful request functionality with support for
26 https://mdref.m6w6.name/http
29 <name>Michael Wallner
</name>
31 <email>mike@php.net
</email>
34 <date>2024-
02-
05</date>
36 <release>4.2.5</release>
40 <release>stable
</release>
43 <license uri=
"http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-
2-Clause
</license>
45 * Fix incompatible pointer types (
32-bit) (see gh issue #
134)
46 * Fix glitch in CURL_VERSION_TLSAUTH_SRP autoconf probe (see gh issue #
133)
50 <file role=
"doc" name=
"AUTHORS"/>
51 <file role=
"doc" name=
"BUGS"/>
52 <file role=
"doc" name=
"CHANGELOG.md"/>
53 <file role=
"doc" name=
"CONTRIBUTING.md"/>
54 <file role=
"doc" name=
"CVE.md"/>
55 <file role=
"doc" name=
"CREDITS"/>
56 <file role=
"doc" name=
"LICENSE"/>
57 <file role=
"doc" name=
"README.md"/>
58 <file role=
"doc" name=
"THANKS"/>
59 <file role=
"doc" name=
"TODO"/>
60 <file role=
"src" name=
"config.m4"/>
61 <file role=
"src" name=
"config9.m4"/>
62 <file role=
"src" name=
"config.w32"/>
63 <file role=
"src" name=
"Makefile.frag"/>
64 <file role=
"src" name=
"php_http.h"/>
67 <file role=
"src" name=
"pecl.m4"/>
68 <file role=
"src" name=
"libbrotli.m4"/>
69 <file role=
"src" name=
"libcurl.m4"/>
70 <file role=
"src" name=
"libevent.m4"/>
71 <file role=
"src" name=
"zlib.m4"/>
75 <file role=
"src" name=
"php_http_api.h"/>
76 <file role=
"src" name=
"php_http_buffer.c"/>
77 <file role=
"src" name=
"php_http_buffer.h"/>
78 <file role=
"src" name=
"php_http.c"/>
79 <file role=
"src" name=
"php_http_client.c"/>
80 <file role=
"src" name=
"php_http_client.h"/>
81 <file role=
"src" name=
"php_http_client_curl.c"/>
82 <file role=
"src" name=
"php_http_client_curl.h"/>
83 <file role=
"src" name=
"php_http_client_curl_event.c"/>
84 <file role=
"src" name=
"php_http_client_curl_event.h"/>
85 <file role=
"src" name=
"php_http_client_curl_user.c"/>
86 <file role=
"src" name=
"php_http_client_curl_user.h"/>
87 <file role=
"src" name=
"php_http_client_request.c"/>
88 <file role=
"src" name=
"php_http_client_request.h"/>
89 <file role=
"src" name=
"php_http_client_response.c"/>
90 <file role=
"src" name=
"php_http_client_response.h"/>
91 <file role=
"src" name=
"php_http_cookie.c"/>
92 <file role=
"src" name=
"php_http_cookie.h"/>
93 <file role=
"src" name=
"php_http_curl.c"/>
94 <file role=
"src" name=
"php_http_curl.h"/>
95 <file role=
"src" name=
"php_http_encoding.c"/>
96 <file role=
"src" name=
"php_http_encoding.h"/>
97 <file role=
"src" name=
"php_http_encoding_zlib.c"/>
98 <file role=
"src" name=
"php_http_encoding_zlib.h"/>
99 <file role=
"src" name=
"php_http_encoding_brotli.c"/>
100 <file role=
"src" name=
"php_http_encoding_brotli.h"/>
101 <file role=
"src" name=
"php_http_env.c"/>
102 <file role=
"src" name=
"php_http_env.h"/>
103 <file role=
"src" name=
"php_http_env_request.c"/>
104 <file role=
"src" name=
"php_http_env_request.h"/>
105 <file role=
"src" name=
"php_http_env_response.c"/>
106 <file role=
"src" name=
"php_http_env_response.h"/>
107 <file role=
"src" name=
"php_http_etag.c"/>
108 <file role=
"src" name=
"php_http_etag.h"/>
109 <file role=
"src" name=
"php_http_exception.c"/>
110 <file role=
"src" name=
"php_http_exception.h"/>
111 <file role=
"src" name=
"php_http_filter.c"/>
112 <file role=
"src" name=
"php_http_filter.h"/>
113 <file role=
"src" name=
"php_http_header_parser.c"/>
114 <file role=
"src" name=
"php_http_header_parser.h"/>
115 <file role=
"src" name=
"php_http_header.c"/>
116 <file role=
"src" name=
"php_http_header.h"/>
117 <file role=
"src" name=
"php_http_info.c"/>
118 <file role=
"src" name=
"php_http_info.h"/>
119 <file role=
"src" name=
"php_http_message_body.c"/>
120 <file role=
"src" name=
"php_http_message_body.h"/>
121 <file role=
"src" name=
"php_http_message.c"/>
122 <file role=
"src" name=
"php_http_message.h"/>
123 <file role=
"src" name=
"php_http_message_parser.c"/>
124 <file role=
"src" name=
"php_http_message_parser.h"/>
125 <file role=
"src" name=
"php_http_misc.c"/>
126 <file role=
"src" name=
"php_http_misc.h"/>
127 <file role=
"src" name=
"php_http_negotiate.c"/>
128 <file role=
"src" name=
"php_http_negotiate.h"/>
129 <file role=
"src" name=
"php_http_object.c"/>
130 <file role=
"src" name=
"php_http_object.h"/>
131 <file role=
"src" name=
"php_http_options.c"/>
132 <file role=
"src" name=
"php_http_options.h"/>
133 <file role=
"src" name=
"php_http_params.c"/>
134 <file role=
"src" name=
"php_http_params.h"/>
135 <file role=
"src" name=
"php_http_querystring.c"/>
136 <file role=
"src" name=
"php_http_querystring.h"/>
137 <file role=
"src" name=
"php_http_response_codes.h"/>
138 <file role=
"src" name=
"php_http_url.c"/>
139 <file role=
"src" name=
"php_http_url.h"/>
140 <file role=
"src" name=
"php_http_utf8.h"/>
141 <file role=
"src" name=
"php_http_version.c"/>
142 <file role=
"src" name=
"php_http_version.h"/>
145 <file role=
"test" name=
"skipif.inc"/>
147 <file role=
"test" name=
"bug71719.bin"/>
148 <file role=
"test" name=
"message_r_content_range.txt"/>
149 <file role=
"test" name=
"message_r_multipart_put.txt"/>
150 <file role=
"test" name=
"message_rr_empty.txt"/>
151 <file role=
"test" name=
"message_rr_empty_chunked.txt"/>
152 <file role=
"test" name=
"message_rr_empty_gzip.txt"/>
153 <file role=
"test" name=
"message_rr_helloworld_chunked.txt"/>
154 <file role=
"test" name=
"urls.txt"/>
157 <file role=
"test" name=
"cookie.inc"/>
158 <file role=
"test" name=
"cookie1.inc"/>
159 <file role=
"test" name=
"cookie2.inc"/>
160 <file role=
"test" name=
"dump.inc"/>
161 <file role=
"test" name=
"env.inc"/>
162 <file role=
"test" name=
"http2.crt"/>
163 <file role=
"test" name=
"http2.key"/>
164 <file role=
"test" name=
"pipeline.inc"/>
165 <file role=
"test" name=
"proxy.inc"/>
166 <file role=
"test" name=
"server.inc"/>
167 <file role=
"test" name=
"upload.inc"/>
169 <file role=
"test" name=
"index.html"/>
172 <file role=
"test" name=
"bug61444.phpt"/>
173 <file role=
"test" name=
"bug66388.phpt"/>
174 <file role=
"test" name=
"bug66891.phpt"/>
175 <file role=
"test" name=
"bug67932.phpt"/>
176 <file role=
"test" name=
"bug69000.phpt"/>
177 <file role=
"test" name=
"bug69076.phpt"/>
178 <file role=
"test" name=
"bug69313.phpt"/>
179 <file role=
"test" name=
"bug69357.phpt"/>
180 <file role=
"test" name=
"bug71719.phpt"/>
181 <file role=
"test" name=
"bug73055.phpt"/>
182 <file role=
"test" name=
"client001.phpt"/>
183 <file role=
"test" name=
"client002.phpt"/>
184 <file role=
"test" name=
"client003.phpt"/>
185 <file role=
"test" name=
"client004.phpt"/>
186 <file role=
"test" name=
"client005.phpt"/>
187 <file role=
"test" name=
"client006.phpt"/>
188 <file role=
"test" name=
"client007.phpt"/>
189 <file role=
"test" name=
"client008.phpt"/>
190 <file role=
"test" name=
"client009.phpt"/>
191 <file role=
"test" name=
"client010.phpt"/>
192 <file role=
"test" name=
"client011.phpt"/>
193 <file role=
"test" name=
"client012.phpt"/>
194 <file role=
"test" name=
"client013.phpt"/>
195 <file role=
"test" name=
"client014.phpt"/>
196 <file role=
"test" name=
"client015.phpt"/>
197 <file role=
"test" name=
"client016.phpt"/>
198 <file role=
"test" name=
"client017.phpt"/>
199 <file role=
"test" name=
"client018.phpt"/>
200 <file role=
"test" name=
"client019.phpt"/>
201 <file role=
"test" name=
"client020.phpt"/>
202 <file role=
"test" name=
"client021.phpt"/>
203 <file role=
"test" name=
"client022.phpt"/>
204 <file role=
"test" name=
"client023.phpt"/>
205 <file role=
"test" name=
"client024.phpt"/>
206 <file role=
"test" name=
"client025.phpt"/>
207 <file role=
"test" name=
"client026.phpt"/>
208 <file role=
"test" name=
"client027.phpt"/>
209 <file role=
"test" name=
"client028.phpt"/>
210 <file role=
"test" name=
"client029.phpt"/>
211 <file role=
"test" name=
"client030.phpt"/>
212 <file role=
"test" name=
"client031.phpt"/>
213 <file role=
"test" name=
"client032.phpt"/>
214 <file role=
"test" name=
"clientrequest001.phpt"/>
215 <file role=
"test" name=
"clientrequest002.phpt"/>
216 <file role=
"test" name=
"clientrequest003.phpt"/>
217 <file role=
"test" name=
"clientrequest004.phpt"/>
218 <file role=
"test" name=
"clientresponse001.phpt"/>
219 <file role=
"test" name=
"clientresponse002.phpt"/>
220 <file role=
"test" name=
"clientresponse003.phpt"/>
221 <file role=
"test" name=
"cookie001.phpt"/>
222 <file role=
"test" name=
"cookie002.phpt"/>
223 <file role=
"test" name=
"cookie003.phpt"/>
224 <file role=
"test" name=
"cookie004.phpt"/>
225 <file role=
"test" name=
"cookie005.phpt"/>
226 <file role=
"test" name=
"cookie006.phpt"/>
227 <file role=
"test" name=
"cookie007.phpt"/>
228 <file role=
"test" name=
"cookie008.phpt"/>
229 <file role=
"test" name=
"cookie009.phpt"/>
230 <file role=
"test" name=
"cookie010.phpt"/>
231 <file role=
"test" name=
"cookie011.phpt"/>
232 <file role=
"test" name=
"cookie012.phpt"/>
233 <file role=
"test" name=
"encstream001.phpt"/>
234 <file role=
"test" name=
"encstream002.phpt"/>
235 <file role=
"test" name=
"encstream003.phpt"/>
236 <file role=
"test" name=
"encstream004.phpt"/>
237 <file role=
"test" name=
"encstream005.phpt"/>
238 <file role=
"test" name=
"encstream006.phpt"/>
239 <file role=
"test" name=
"encstream007.phpt"/>
240 <file role=
"test" name=
"encstream008.phpt"/>
241 <file role=
"test" name=
"encstream009.phpt"/>
242 <file role=
"test" name=
"encstream015.phpt"/>
243 <file role=
"test" name=
"encstream016.phpt"/>
244 <file role=
"test" name=
"encstream017.phpt"/>
245 <file role=
"test" name=
"encstream018.phpt"/>
246 <file role=
"test" name=
"encstream019.phpt"/>
247 <file role=
"test" name=
"envrequestbody001.phpt"/>
248 <file role=
"test" name=
"envrequestcookie001.phpt"/>
249 <file role=
"test" name=
"envrequestfiles001.phpt"/>
250 <file role=
"test" name=
"envrequestfiles002.phpt"/>
251 <file role=
"test" name=
"envrequestform.phpt"/>
252 <file role=
"test" name=
"envrequestheader001.phpt"/>
253 <file role=
"test" name=
"envrequestquery.phpt"/>
254 <file role=
"test" name=
"envreset001.phpt"/>
255 <file role=
"test" name=
"envresponse001.phpt"/>
256 <file role=
"test" name=
"envresponse002.phpt"/>
257 <file role=
"test" name=
"envresponse003.phpt"/>
258 <file role=
"test" name=
"envresponse004.phpt"/>
259 <file role=
"test" name=
"envresponse005.phpt"/>
260 <file role=
"test" name=
"envresponse006.phpt"/>
261 <file role=
"test" name=
"envresponse007.phpt"/>
262 <file role=
"test" name=
"envresponse008.phpt"/>
263 <file role=
"test" name=
"envresponse009.phpt"/>
264 <file role=
"test" name=
"envresponse010.phpt"/>
265 <file role=
"test" name=
"envresponse011.phpt"/>
266 <file role=
"test" name=
"envresponse012.phpt"/>
267 <file role=
"test" name=
"envresponse013.phpt"/>
268 <file role=
"test" name=
"envresponse014.phpt"/>
269 <file role=
"test" name=
"envresponse015.phpt"/>
270 <file role=
"test" name=
"envresponse016.phpt"/>
271 <file role=
"test" name=
"envresponse017.phpt"/>
272 <file role=
"test" name=
"envresponse018.phpt"/>
273 <file role=
"test" name=
"envresponsebody001.phpt"/>
274 <file role=
"test" name=
"envresponsebody002.phpt"/>
275 <file role=
"test" name=
"envresponsecodes.phpt"/>
276 <file role=
"test" name=
"envresponsecookie001.phpt"/>
277 <file role=
"test" name=
"envresponseheader001.phpt"/>
278 <file role=
"test" name=
"envresponseranges001.phpt"/>
279 <file role=
"test" name=
"etag001.phpt"/>
280 <file role=
"test" name=
"filterbrotli.phpt"/>
281 <file role=
"test" name=
"filterchunked.phpt"/>
282 <file role=
"test" name=
"filterzlib.phpt"/>
283 <file role=
"test" name=
"gh-issue6.phpt"/>
284 <file role=
"test" name=
"gh-issue11.phpt"/>
285 <file role=
"test" name=
"gh-issue12.phpt"/>
286 <file role=
"test" name=
"gh-issue42.phpt"/>
287 <file role=
"test" name=
"gh-issue47.phpt"/>
288 <file role=
"test" name=
"gh-issue48.phpt"/>
289 <file role=
"test" name=
"gh-issue50.phpt"/>
290 <file role=
"test" name=
"gh-issue63.phpt"/>
291 <file role=
"test" name=
"gh-issue92.phpt"/>
292 <file role=
"test" name=
"header001.phpt"/>
293 <file role=
"test" name=
"header002.phpt"/>
294 <file role=
"test" name=
"header003.phpt"/>
295 <file role=
"test" name=
"header004.phpt"/>
296 <file role=
"test" name=
"header005.phpt"/>
297 <file role=
"test" name=
"header006.phpt"/>
298 <file role=
"test" name=
"header007.phpt"/>
299 <file role=
"test" name=
"header008.phpt"/>
300 <file role=
"test" name=
"header009.phpt"/>
301 <file role=
"test" name=
"headerparser001.phpt"/>
302 <file role=
"test" name=
"headerparser002.phpt"/>
303 <file role=
"test" name=
"headerparser003.phpt"/>
304 <file role=
"test" name=
"info001.phpt"/>
305 <file role=
"test" name=
"info002.phpt"/>
306 <file role=
"test" name=
"message001.phpt"/>
307 <file role=
"test" name=
"message002.phpt"/>
308 <file role=
"test" name=
"message003.phpt"/>
309 <file role=
"test" name=
"message004.phpt"/>
310 <file role=
"test" name=
"message005.phpt"/>
311 <file role=
"test" name=
"message007.phpt"/>
312 <file role=
"test" name=
"message008.phpt"/>
313 <file role=
"test" name=
"message009.phpt"/>
314 <file role=
"test" name=
"message010.phpt"/>
315 <file role=
"test" name=
"message011.phpt"/>
316 <file role=
"test" name=
"message012.phpt"/>
317 <file role=
"test" name=
"message013.phpt"/>
318 <file role=
"test" name=
"message014.phpt"/>
319 <file role=
"test" name=
"message015.phpt"/>
320 <file role=
"test" name=
"message016.phpt"/>
321 <file role=
"test" name=
"messagebody001.phpt"/>
322 <file role=
"test" name=
"messagebody002.phpt"/>
323 <file role=
"test" name=
"messagebody003.phpt"/>
324 <file role=
"test" name=
"messagebody004.phpt"/>
325 <file role=
"test" name=
"messagebody005.phpt"/>
326 <file role=
"test" name=
"messagebody006.phpt"/>
327 <file role=
"test" name=
"messagebody007.phpt"/>
328 <file role=
"test" name=
"messagebody008.phpt"/>
329 <file role=
"test" name=
"messagebody009.phpt"/>
330 <file role=
"test" name=
"messagebody010.phpt"/>
331 <file role=
"test" name=
"messageparser001.phpt"/>
332 <file role=
"test" name=
"messageparser002.phpt"/>
333 <file role=
"test" name=
"negotiate001.phpt"/>
334 <file role=
"test" name=
"params001.phpt"/>
335 <file role=
"test" name=
"params002.phpt"/>
336 <file role=
"test" name=
"params003.phpt"/>
337 <file role=
"test" name=
"params004.phpt"/>
338 <file role=
"test" name=
"params005.phpt"/>
339 <file role=
"test" name=
"params006.phpt"/>
340 <file role=
"test" name=
"params007.phpt"/>
341 <file role=
"test" name=
"params008.phpt"/>
342 <file role=
"test" name=
"params009.phpt"/>
343 <file role=
"test" name=
"params010.phpt"/>
344 <file role=
"test" name=
"params011.phpt"/>
345 <file role=
"test" name=
"params012.phpt"/>
346 <file role=
"test" name=
"params013.phpt"/>
347 <file role=
"test" name=
"params014.phpt"/>
348 <file role=
"test" name=
"params015.phpt"/>
349 <file role=
"test" name=
"params016.phpt"/>
350 <file role=
"test" name=
"params017.phpt"/>
351 <file role=
"test" name=
"phpinfo.phpt"/>
352 <file role=
"test" name=
"querystring001_a.phpt"/>
353 <file role=
"test" name=
"querystring002.phpt"/>
354 <file role=
"test" name=
"querystring003.phpt"/>
355 <file role=
"test" name=
"serialize001.phpt"/>
356 <file role=
"test" name=
"url001.phpt"/>
357 <file role=
"test" name=
"url002.phpt"/>
358 <file role=
"test" name=
"url003.phpt"/>
359 <file role=
"test" name=
"url004.phpt"/>
360 <file role=
"test" name=
"url005.phpt"/>
361 <file role=
"test" name=
"urlparser001.phpt"/>
362 <file role=
"test" name=
"urlparser002.phpt"/>
363 <file role=
"test" name=
"urlparser003.phpt"/>
364 <file role=
"test" name=
"urlparser004.phpt"/>
365 <file role=
"test" name=
"urlparser005.phpt"/>
366 <file role=
"test" name=
"urlparser006.phpt"/>
367 <file role=
"test" name=
"urlparser007.phpt"/>
368 <file role=
"test" name=
"urlparser008.phpt"/>
369 <file role=
"test" name=
"urlparser009.phpt"/>
370 <file role=
"test" name=
"urlparser010.phpt"/>
371 <file role=
"test" name=
"urlparser011.phpt"/>
372 <file role=
"test" name=
"urlparser012.phpt"/>
373 <file role=
"test" name=
"urlparser013.phpt"/>
374 <file role=
"test" name=
"version001.phpt"/>
377 <file role=
"src" name=
"bench_select_vs_event.php"/>
378 <file role=
"src" name=
"check_package-xml.php"/>
379 <file role=
"src" name=
"curlver.dist"/>
380 <file role=
"src" name=
"gen_curlinfo.php"/>
381 <file role=
"src" name=
"gen_stubs.php"/>
382 <file role=
"src" name=
"gen_github_workflow_ci.php"/>
383 <file role=
"src" name=
"gen_github_workflow_curl-matrix.php"/>
384 <file role=
"src" name=
"gen_utf8.php"/>
398 <channel>pecl.php.net
</channel>
400 <providesextension>raphf
</providesextension>
404 <extension><name>hash
</name></extension>
405 <extension><name>iconv
</name></extension>
408 <providesextension>http
</providesextension>
411 name=
"with-http-zlib-dir"
412 prompt=
"where to find zlib"
415 name=
"with-http-libcurl-dir"
416 prompt=
"where to find libcurl"
419 name=
"with-http-libevent-dir"
420 prompt=
"where to find libevent"
423 name=
"with-http-libicu-dir"
424 prompt=
"where to find libicu"
427 name=
"with-http-libidn2-dir"
428 prompt=
"where to find libidn2"
431 name=
"with-http-libidn-dir"
432 prompt=
"where to find libidn"
435 name=
"with-http-libidnkit2-dir"
436 prompt=
"where to find libidnkit2"
439 name=
"with-http-libidnkit-dir"
440 prompt=
"where to find libidnkit"