X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=b3dd944d4e60ea3dfc432eb1800b0a1c7494034e;hp=83db6be747cd1422e386b50c5b38a7fc4f66d120;hb=0ecd173659b63e77e47271e5bd521599cd9e500f;hpb=170a16080df939d8c57d8ab60694274cc11b8c34 diff --git a/package.xml b/package.xml index 83db6be..b3dd944 100644 --- a/package.xml +++ b/package.xml @@ -1,62 +1,247 @@ - + - - pecl_http - Extended HTTP support - - - - PHP License 3.0 - - - - mike - Michael Wallner - mike@php.net - lead - + + pecl_http + Extended HTTP Support + This HTTP extension aims to provide a convenient and powerful +set of functionality for one of PHPs major applications. + +It eases handling of HTTP urls, dates, redirects, headers and +messages, provides means for negotiation of clients preferred +language and charset, as well as a convenient way to send any +arbitrary data with caching and resuming capabilities. + +It provides powerful request functionality, if built with CURL +support. Parallel requests are available for PHP-5 and greater. + +PHP-5 classes: +HttpUtil, HttpMessage, HttpRequest, HttpRequestPool, +HttpDeflateStream, HttpInflateStream + +PHP-5.1 classes: +HttpResponse + + + + mike + Michael Wallner + mike@php.net + lead + + + 0.21.0 + 2006-01-03 + BSD, revised + beta + ! Encodings functionality requires libz version 1.2.0.4 or greater - - 0.3.0 - 2005-02-10 - 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_headers() -]]> - - ++ Added HttpDeflateStream and HttpInflateStream classes ++ Added ob_deflatehandler and ob_inflatehandler ++ Added HttpRequest::getRawRequestMessage and ::getRawResponseMessage ++ Added 'resetcookies' request option (libcurl > 7.14.1) +- Changed all methods and properties with "URI" in their name to "URL" +- Changed HttpRequest properties to be private + +* Fixed a lot of memory corruptions within HttpRequest + +Special thanks for this release go to Ilia Alshanetsky. + + + + + + + + + + - - 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 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -