* add to pecl
[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 Currently implemented features:
9 ===============================
10
11 * Building absolute URIs
12 * RCF compliant HTTP redirects
13 * Caching by "Last-Modified" and/or ETag (with 'on the fly' option)
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 ]]>
18 </description>
19 <license>PHP License 3.0</license>
20
21 <maintainers>
22 <maintainer>
23 <user>mike</user>
24 <name>Michael Wallner</name>
25 <email>mike@php.net</email>
26 <role>lead</role>
27 </maintainer>
28 </maintainers>
29
30 <release>
31 <version>0.3.0</version>
32 <date>2005-02-xx</date>
33 <state>alpha</state>
34 <notes><![CDATA[
35 * ctype is now mandatory
36 * replaced calls to php_parse_date() to http_parse_date() (original by libcurls Curl_parsedate())
37 ]]>
38 </notes>
39 </release>
40
41 <filelist>
42 <dir name="/">
43 <file role="doc">EXPERIMENTAL</file>
44 <file role="doc">docs/functions.html</file>
45 <file role="src" platform="windows">config.w32</file>
46 <file role="src">config.m4</file>
47 <file role="src">http.c</file>
48 <file role="src">php_http.h</file>
49 <file role="src">http_api.c</file>
50 <file role="src">php_http_api.h</file>
51 <file role="src">http_build_query.c</file>
52 <file role="src">php_http_build_query.h</file>
53 </dir>
54 </filelist>
55 </package>
56