X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=b3dd944d4e60ea3dfc432eb1800b0a1c7494034e;hp=693c8e2261da0972cce08f52fa0ca8bb7ba2e61c;hb=fa1a275e2b5e1b9dfb5bcbf97b51ef2b568e433c;hpb=afa962c9ffd8a37a8a80db8fe8619c3d83af31bf diff --git a/package.xml b/package.xml index 693c8e2..b3dd944 100644 --- a/package.xml +++ b/package.xml @@ -1,63 +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.5.0 - 2005-02-19 - alpha - - - ++ 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 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -