X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=eea805e701f22855fa1e42f37c0fa2f42c0b2fdd;hp=76f0071c79da75942d4f5ab8c733c9d1bf10e739;hb=71904cb99d728c43ebebb10b695fbb9ac580e66f;hpb=46d6daa4a43957825dafbfb8afaebf88216685e7 diff --git a/package.xml b/package.xml index 76f0071..eea805e 100644 --- a/package.xml +++ b/package.xml @@ -1,12 +1,12 @@ - + pecl_http Extended HTTP support PHP License 3.0 @@ -29,33 +30,40 @@ - 0.3.0 - 2005-02-xx + 0.6.1 + 2005-03-07 alpha URI." in http_redirect() for full RFC compliance - * fixed http_cache_last_modified(): if parameter was omitted, would have always sent 304 Not Modified - * added http_parse_header() +* fixed overflow in http_split_response() +- removed HTTPi_Request::getResponseHeaders() ++ added HTTPi_Request::getResponseCode() ++ added HTTPi_Request::getResponseHeader([string name]), allowing retrieval of single header values ++ HTTPi_Request::getResponseInfo([string name]) now allows retrieval of single info values ++ vastly enhanced http_absolute_uri() ]]> + CREDITS EXPERIMENTAL docs/functions.html + config.w32 config.m4 - http.c + php_http.h - http_api.c php_http_api.h - http_build_query.c - php_http_build_query.h + php_http_curl_api.h + php_http_std_defs.h + + http.c + http_functions.c + http_methods.c + http_api.c + http_curl_api.c +