X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=acfda116280d6d4d3330dbd185a7422f3d7573e1;hb=ad75baff52e98f85a3ac999cee3328819fee03b8;hp=e36653debfa7ee91f6f3815242a655b45a90348a;hpb=a12e8ddfaa5a94e76261f165b0c0299c87b886b1;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index e36653d..acfda11 100644 --- a/package.xml +++ b/package.xml @@ -1,68 +1,230 @@ - + - - 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; HttpResponse (PHP-5.1) + + + + mike + Michael Wallner + mike@php.net + lead + + + 0.20.0 + 2005-12-12 + BSD, revised + beta + ! Request functionality requires libcurl >= 7.12.3 now - - 0.6.0 - 2005-03-04 - alpha - - - ++ Added 'bodyonly' request option ++ Added IOCTL callback for cURL ++ Added ssl_engines array and cookies array to the request info array +- Renamed http_connectcode to connect_code in the request info array +- Rewrote internal request API +- Enable "original headers" previously stripped off by the message parser: + o X-Original-Transfer-Encoding (Transfer-Encoding) + o X-Original-Content-Encoding (Content-Encoding) + o X-Original-Content-Length (Content-Length) +- RequestExceptions thrown by HttpRequestPool::__construct() and send() are + now wrapped into the HttpRequestPoolException object's $exceptionStack property + +* Fixed bug which caused GZIP encoded archives to be decoded +* Fixed several memory leaks and inconspicuous access violations +* Fixed some logical errors in the uri builder + + + + + + + + + + - - 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 - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -