* fixed http_cache_last_modified(): if parameter was omitted, would have always sent...
[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 * Caching by "Last-Modified" and/or ETag
12 (with 'on the fly' option for ETag generation from buffered output)
13 * Sending data/files/streams with (multiple) ranges support
14 * Negotiating user preferred language/charset
15 * Convenient request functions to HEAD/GET/POST if libcurl is available
16 * HTTP auth hooks (Basic)
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 * implemented additional third/fourth informational parameter to http_(get|head|post*)
37 which will be filled with an associative array containing request/response information
38 * removed http_accept_ranges()
39 * output "Redirecting to <a>URI</a>." in http_redirect() for full RFC compliance
40 * fixed http_cache_last_modified(): if parameter was omitted, would have always sent 304 Not Modified
41 ]]>
42 </notes>
43 </release>
44
45 <filelist>
46 <dir name="/">
47 <file role="doc">EXPERIMENTAL</file>
48 <file role="doc">docs/functions.html</file>
49 <file role="src" platform="windows">config.w32</file>
50 <file role="src">config.m4</file>
51 <file role="src">http.c</file>
52 <file role="src">php_http.h</file>
53 <file role="src">http_api.c</file>
54 <file role="src">php_http_api.h</file>
55 <file role="src">http_build_query.c</file>
56 <file role="src">php_http_build_query.h</file>
57 </dir>
58 </filelist>
59 </package>
60