X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=015e254f01207465ad18bcfcf98fdb99b8b4d603;hp=83db6be747cd1422e386b50c5b38a7fc4f66d120;hb=d07df3421e591d06d0bc000fabf49d6987a8bcd5;hpb=170a16080df939d8c57d8ab60694274cc11b8c34 diff --git a/package.xml b/package.xml index 83db6be..015e254 100644 --- a/package.xml +++ b/package.xml @@ -1,20 +1,21 @@ - + pecl_http Extended HTTP support PHP License 3.0 @@ -29,33 +30,71 @@ - 0.3.0 - 2005-02-10 - alpha + 0.8.0 + 2005-06-06 + 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_headers() +* renamed ob_httpetaghandler to ob_etaghandler +* http_chunked_decode() now silently passes through apparently not encoded data +* added HttpMessage class and HttpException (PHP5 only) +* added http.cache_log INI directive +* added throttling capability to http_send()/HttpResponse +* added hooks for custom request methods +* added PUT support +* added http_match_request_header() +* added clean_ob parameter to HttpResponse::send() ]]> + CREDITS EXPERIMENTAL docs/functions.html + + http.dsp config.w32 config.m4 - http.c + + phpstr/phpstr.h + phpstr/phpstr.c + php_http.h - http_api.c + php_http_std_defs.h php_http_api.h - http_build_query.c - php_http_build_query.h + php_http_auth_api.h + php_http_cache_api.h + php_http_date_api.h + php_http_headers_api.h + php_http_message_api.h + php_http_request_api.h + php_http_send_api.h + php_http_url_api.h + php_http_util_object.h + php_http_message_object.h + php_http_request_object.h + php_http_response_object.h + php_http_exception_object.h + + http.c + http_functions.c + http_methods.c + http_api.c + http_auth_api.c + http_cache_api.c + http_date_api.c + http_headers_api.c + http_message_api.c + http_request_api.c + http_send_api.c + http_url_api.c + http_util_object.c + http_message_object.c + http_request_object.c + http_response_object.c + http_exception_object.c +