X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=package.xml;h=64c0ef67faa780fe6fb96d2e9befc0de622c0c4f;hb=46ef6bdcdea32310a17dc95eadb14936125dcb51;hp=76f0071c79da75942d4f5ab8c733c9d1bf10e739;hpb=46d6daa4a43957825dafbfb8afaebf88216685e7;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 76f0071..64c0ef6 100644 --- a/package.xml +++ b/package.xml @@ -1,12 +1,12 @@ - + pecl_http Extended HTTP support PHP License 3.0 @@ -29,33 +30,44 @@ - 0.3.0 - 2005-02-xx - alpha + 0.7.0 + 2005-03-24 + beta 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() +* Renamed HTTPi to HttpUtil +* Renamed HTTPi_Request to HttpRequest +* Renamed HTTPi_Response to HttpResponse +* Added several methods to HttpRequest: unsetOptions(), addHeaders(array), + getHeaders(), unsetHeaders(), addCookies(array), getCookies(), unsetCookies(), + setSslOptions(array), getSslOptions(), unsetSslOptions() +* Improved HTTP ranges support ]]> + CREDITS EXPERIMENTAL docs/functions.html + config.w32 config.m4 - http.c + + phpstr/phpstr.h + phpstr/phpstr.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 +