X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=eea805e701f22855fa1e42f37c0fa2f42c0b2fdd;hp=82d022da04f3c61d100acf5af874533a4536930d;hb=79bfab50fb44032e89ce1a3bb0b0677a2612e7ff;hpb=7dedd1935ab8400dfbd49fe63c83b74b0d0b68e6 diff --git a/package.xml b/package.xml index 82d022d..eea805e 100644 --- a/package.xml +++ b/package.xml @@ -1,19 +1,21 @@ - + pecl_http Extended HTTP support PHP License 3.0 @@ -28,32 +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 +* 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 +