X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=acfda116280d6d4d3330dbd185a7422f3d7573e1;hb=62279bb901c6180b0939cff882e69d218ab2206c;hp=3809bb3789e56b1305cfc571502124e073d5b182;hpb=9c566f3419df4dc202540b2e9ab042bef72263b7;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 3809bb3..acfda11 100644 --- a/package.xml +++ b/package.xml @@ -1,55 +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.4.0 - 2005-02-xx - 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 + + + + + + + + + + - - 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 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -