- fixed typo in month list: Okt should have been Oct
[m6w6/ext-http] / package2.xml
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
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"
5 xsi:schemaLocation="
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 * Building absolute URIs
15 * RFC compliant HTTP redirects
16 * RFC compliant HTTP date handling
17 * Parsing of HTTP headers and messages
18 * Caching by "Last-Modified" and/or ETag
19 (with 'on the fly' option for ETag generation from buffered output)
20 * Sending data/files/streams with (multiple) ranges support
21 * Negotiating user preferred language/charset
22 * Convenient request functionality built upon libcurl
23 * PHP5 classes: HttpUtil, HttpResponse (PHP-5.1), HttpRequest, HttpRequestPool, HttpMessage
24 ]]></description>
25 <lead>
26 <name>Michael Wallner</name>
27 <user>mike</user>
28 <email>mike@php.net</email>
29 <active>yes</active>
30 </lead>
31 <date>2005-00-00</date>
32 <version>
33 <release>0.14.1</release>
34 <api>0.14.0</api>
35 </version>
36 <stability>
37 <release>beta</release>
38 <api>beta</api>
39 </stability>
40 <license uri="http://www.php.net/license">PHP License</license>
41 <notes><![CDATA[
42 * Fixed PHP-5.0 build
43 ]]></notes>
44 <contents>
45 <dir name="/">
46 <file role="doc" name="CREDITS"/>
47 <file role="doc" name="EXPERIMENTAL"/>
48 <file role="doc" name="KnownIssues.txt"/>
49 <file role="doc" name="docs/functions.html"/>
50 <file role="doc" name="docs/examples/Bandwidth_Throttling.php"/>
51 <file role="doc" name="docs/examples/Cached_Responses.php"/>
52 <file role="doc" name="docs/examples/GET_Queries.php"/>
53 <file role="doc" name="docs/examples/KISS_XMLRPC_Client.php"/>
54 <file role="doc" name="docs/examples/Multipart_Posts.php"/>
55 <file role="doc" name="docs/examples/Parallel_Requests.php"/>
56 <file role="doc" name="docs/examples/Parallel_Requests_.php"/>
57 <file role="doc" name="docs/examples/Simple_Feed_Aggregator.php"/>
58 <file role="doc" name="docs/examples/extract.php"/>
59 <file role="doc" name="docs/examples/tutorial.txt"/>
60
61 <file role="src" name="http.dsp"/>
62 <file role="src" name="config.w32"/>
63 <file role="src" name="config.m4"/>
64 <file role="src" name="Makefile.frag"/>
65
66 <dir name="phpstr">
67 <file role="src" name="phpstr.h"/>
68 <file role="src" name="phpstr.c"/>
69 </dir>
70
71 <file role="src" name="missing.h"/>
72 <file role="src" name="missing.c"/>
73
74 <file role="src" name="php_http.h"/>
75 <file role="src" name="php_http_std_defs.h"/>
76 <file role="src" name="php_http_api.h"/>
77 <file role="src" name="php_http_cache_api.h"/>
78 <file role="src" name="php_http_date_api.h"/>
79 <file role="src" name="php_http_headers_api.h"/>
80 <file role="src" name="php_http_info_api.h"/>
81 <file role="src" name="php_http_message_api.h"/>
82 <file role="src" name="php_http_request_api.h"/>
83 <file role="src" name="php_http_request_method_api.h"/>
84 <file role="src" name="php_http_request_pool_api.h"/>
85 <file role="src" name="php_http_send_api.h"/>
86 <file role="src" name="php_http_url_api.h"/>
87 <file role="src" name="php_http_util_object.h"/>
88 <file role="src" name="php_http_message_object.h"/>
89 <file role="src" name="php_http_request_object.h"/>
90 <file role="src" name="php_http_requestpool_object.h"/>
91 <file role="src" name="php_http_response_object.h"/>
92 <file role="src" name="php_http_exception_object.h"/>
93
94 <file role="src" name="http.c"/>
95 <file role="src" name="http_functions.c"/>
96 <file role="src" name="http_api.c"/>
97 <file role="src" name="http_cache_api.c"/>
98 <file role="src" name="http_date_api.c"/>
99 <file role="src" name="http_headers_api.c"/>
100 <file role="src" name="http_info_api.c"/>
101 <file role="src" name="http_message_api.c"/>
102 <file role="src" name="http_request_api.c"/>
103 <file role="src" name="http_request_method_api.c"/>
104 <file role="src" name="http_request_pool_api.c"/>
105 <file role="src" name="http_send_api.c"/>
106 <file role="src" name="http_url_api.c"/>
107 <file role="src" name="http_util_object.c"/>
108 <file role="src" name="http_message_object.c"/>
109 <file role="src" name="http_request_object.c"/>
110 <file role="src" name="http_requestpool_object.c"/>
111 <file role="src" name="http_response_object.c"/>
112 <file role="src" name="http_exception_object.c"/>
113
114 <dir name="tests">
115 <file role="test" name="data.txt"/>
116 <file role="test" name="skip.inc"/>
117 <file role="test" name="log.inc"/>
118 <file role="test" name="abs_uri_001.phpt"/>
119 <file role="test" name="abs_uri_002.phpt"/>
120 <file role="test" name="allowed_methods_001.phpt"/>
121 <file role="test" name="allowed_methods_001_logging.phpt"/>
122 <file role="test" name="chunked_decode_001.phpt"/>
123 <file role="test" name="chunked_decode_002.phpt"/>
124 <file role="test" name="date_001.phpt"/>
125 <file role="test" name="date_002.phpt"/>
126 <file role="test" name="get_request_data_001.phpt"/>
127 <file role="test" name="HttpMessage_001.phpt"/>
128 <file role="test" name="HttpRequestPool_001.phpt"/>
129 <file role="test" name="HttpRequest_001.phpt"/>
130 <file role="test" name="HttpRequest_002.phpt"/>
131 <file role="test" name="HttpRequest_003.phpt"/>
132 <file role="test" name="HttpResponse_001.phpt"/>
133 <file role="test" name="HttpResponse_002.phpt"/>
134 <file role="test" name="INI_001.phpt"/>
135 <file role="test" name="parse_headers_001.phpt"/>
136 <file role="test" name="parse_message_001.phpt"/>
137 <file role="test" name="redirect_001.phpt"/>
138 <file role="test" name="redirect_001_logging.phpt"/>
139 <file role="test" name="redirect_002.phpt"/>
140 <file role="test" name="redirect_002_logging.phpt"/>
141 <file role="test" name="redirect_003.phpt"/>
142 <file role="test" name="redirect_003_logging.phpt"/>
143 <file role="test" name="send_data_001.phpt"/>
144 <file role="test" name="send_data_002.phpt"/>
145 <file role="test" name="send_data_003.phpt"/>
146 <file role="test" name="send_data_004.phpt"/>
147 <file role="test" name="send_data_005.phpt"/>
148 <file role="test" name="send_data_006.phpt"/>
149 <file role="test" name="send_data_007_logging.phpt"/>
150 <file role="test" name="send_data_008.phpt"/>
151 <file role="test" name="send_data_009.phpt"/>
152 <file role="test" name="send_file_001.phpt"/>
153 <file role="test" name="send_file_002.phpt"/>
154 <file role="test" name="send_file_003.phpt"/>
155 <file role="test" name="send_file_004.phpt"/>
156 <file role="test" name="send_file_005.phpt"/>
157 <file role="test" name="send_file_006.phpt"/>
158 <file role="test" name="send_file_007.phpt"/>
159 </dir>
160 </dir>
161 </contents>
162 <dependencies>
163 <required>
164 <php>
165 <min>4.3</min>
166 <max>6.0.0</max>
167 <exclude>6.0.0</exclude>
168 </php>
169 <pearinstaller>
170 <min>1.4.1</min>
171 </pearinstaller>
172 </required>
173 <optional>
174 <extension>
175 <name>session</name>
176 </extension>
177 </optional>
178 </dependencies>
179 <providesextension>http</providesextension>
180 <extsrcrelease>
181 <configureoption
182 name="with-http-curl-requests"
183 prompt="whether to enable cURL HTTP requests; specify libcurl directory"
184 default="yes"
185 />
186 <configureoption
187 name="with-http-mhash-etags"
188 prompt="whether to enable mhash ETag generator; specify libmhash directory"
189 default="yes"
190 />
191 <configureoption
192 name="with-http-magic-mime"
193 prompt="whether to enable response content type guessing; specify libmagic directory"
194 default="no"
195 />
196 <filelist>
197 <install as="functions.html" name="docs/functions.html"/>
198 <install as="examples/Bandwidth_Throttling.php" name="docs/examples/Bandwidth_Throttling.php"/>
199 <install as="examples/Cached_Responses.php" name="docs/examples/Cached_Responses.php"/>
200 <install as="examples/GET_Queries.php" name="docs/examples/GET_Queries.php"/>
201 <install as="examples/KISS_XMLRPC_Client.php" name="docs/examples/KISS_XMLRPC_Client.php"/>
202 <install as="examples/Multipart_Posts.php" name="docs/examples/Multipart_Posts.php"/>
203 <install as="examples/Parallel_Requests.php" name="docs/examples/Parallel_Requests.php"/>
204 <install as="examples/Parallel_Requests_.php" name="docs/examples/Parallel_Requests_.php"/>
205 <install as="examples/Simple_Feed_Aggregator.php" name="docs/examples/Simple_Feed_Aggregator.php"/>
206 <install as="examples/extract.php" name="docs/examples/extract.php"/>
207 <install as="examples/tutorial.txt" name="docs/examples/tutorial.txt"/>
208 </filelist>
209 </extsrcrelease>
210 <changelog />
211 </package>