X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=e36653debfa7ee91f6f3815242a655b45a90348a;hp=76f0071c79da75942d4f5ab8c733c9d1bf10e739;hb=a12e8ddfaa5a94e76261f165b0c0299c87b886b1;hpb=46d6daa4a43957825dafbfb8afaebf88216685e7 diff --git a/package.xml b/package.xml index 76f0071..e36653d 100644 --- a/package.xml +++ b/package.xml @@ -15,6 +15,7 @@ * Negotiating user preferred language/charset * Convenient request functions to HEAD/GET/POST if libcurl is available * HTTP auth hooks (Basic) +* HTTPi, HTTPi_Response and HTTPi_Request (with libcurl) classes ]]> PHP License 3.0 @@ -29,33 +30,38 @@ - 0.3.0 - 2005-02-xx + 0.6.0 + 2005-03-04 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() ++ added POST support to HTTPi_Request ++ added some more curl options ++ better recognition of older libcurl versions +* internal API optimizations ]]> + 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 +