X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=1998bc81c7d8bafdca3dcb911ae28002d066d21f;hb=fac50662a1ea545b40f15613f8c4806a1ed745b0;hp=e36653debfa7ee91f6f3815242a655b45a90348a;hpb=a12e8ddfaa5a94e76261f165b0c0299c87b886b1;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index e36653d..1998bc8 100644 --- a/package.xml +++ b/package.xml @@ -1,68 +1,231 @@ - + - - pecl_http - Extended HTTP support - - - - PHP License 3.0 + + pecl_http + Extended HTTP Support + This HTTP extension aims to provide a convenient and powerful +set of functionality for one of PHPs major applications. - - - mike - Michael Wallner - mike@php.net - lead - +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 + 2005-12-27 + BSD, revised + beta + ! Encodings functionality requires libz version 1.2.0.4 or greater - - 0.6.0 - 2005-03-04 - alpha - - - ++ Added HttpDeflateStream and HttpInflateStream classes ++ Added ob_deflatehandler and ob_inflatehandler +- Changed HttpRequest properties to be private + +* Fixed a lot of memory corruptions within HttpRequest + + + + + + + + + + - - CREDITS - EXPERIMENTAL - docs/functions.html - - config.w32 - config.m4 - - php_http.h - php_http_api.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 - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -