* version bump
[m6w6/ext-http] / package.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
3 <package>
4 <name>pecl_http</name>
5 <summary>Extended HTTP support</summary>
6 <description>
7 <![CDATA[
8 * Building absolute URIs
9 * RCF compliant HTTP redirects
10 * RFC compliant HTTP date handling
11 * Parsing of HTTP headers and responses
12 * Caching by "Last-Modified" and/or ETag
13 (with 'on the fly' option for ETag generation from buffered output)
14 * Sending data/files/streams with (multiple) ranges support
15 * Negotiating user preferred language/charset
16 * Convenient request functions to HEAD/GET/POST if libcurl is available
17 * HTTP auth hooks (Basic)
18 ]]>
19 </description>
20 <license>PHP License 3.0</license>
21
22 <maintainers>
23 <maintainer>
24 <user>mike</user>
25 <name>Michael Wallner</name>
26 <email>mike@php.net</email>
27 <role>lead</role>
28 </maintainer>
29 </maintainers>
30
31 <release>
32 <version>0.4.0</version>
33 <date>2005-02-xx</date>
34 <state>alpha</state>
35 <notes><![CDATA[
36 ]]>
37 </notes>
38 </release>
39
40 <filelist>
41 <dir name="/">
42 <file role="doc">EXPERIMENTAL</file>
43 <file role="doc">docs/functions.html</file>
44 <file role="src" platform="windows">config.w32</file>
45 <file role="src">config.m4</file>
46 <file role="src">http.c</file>
47 <file role="src">php_http.h</file>
48 <file role="src">http_api.c</file>
49 <file role="src">php_http_api.h</file>
50 <file role="src">http_build_query.c</file>
51 <file role="src">php_http_build_query.h</file>
52 </dir>
53 </filelist>
54 </package>
55