X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=1998bc81c7d8bafdca3dcb911ae28002d066d21f;hp=c949e5ee91f25fdc08910fd4a1c618ea7f2a136c;hb=6e9ea0a647db55213dd230145c35a419d7abde4d;hpb=edc84b40eb2c5be04492fa98fec5833a030782eb diff --git a/package.xml b/package.xml index c949e5e..1998bc8 100644 --- a/package.xml +++ b/package.xml @@ -3,16 +3,23 @@ pecl_http Extended HTTP Support - * Building absolute URLs -* RFC compliant HTTP redirects -* RFC compliant HTTP date handling -* Parsing of HTTP headers and messages -* Caching by "Last-Modified" and/or ETag - (with 'on the fly' option for ETag generation from buffered output) -* Sending data/files/streams with (multiple) ranges support -* Negotiating user preferred language/charset -* Convenient request functionality built upon libcurl -* PHP5 classes: HttpUtil, HttpResponse (PHP-5.1), HttpRequest, HttpRequestPool, HttpMessage + 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 @@ -23,15 +30,18 @@ - 0.19.0 - 2005-11-21 + 0.21.0 + 2005-12-27 BSD, revised beta - * Fixed bug in http_negotiate_*() when client sends spaces within accept headers + ! Encodings functionality requires libz version 1.2.0.4 or greater + ++ Added HttpDeflateStream and HttpInflateStream classes ++ Added ob_deflatehandler and ob_inflatehandler -- Removed support for ETag hashing through libmhash +- Changed HttpRequest properties to be private -+ Added http_negotiate_content_type() +* Fixed a lot of memory corruptions within HttpRequest @@ -45,8 +55,8 @@ - - + + @@ -55,13 +65,13 @@ - - - + + + @@ -71,6 +81,7 @@ + @@ -96,9 +107,11 @@ + + @@ -164,16 +177,19 @@ + + + @@ -190,15 +206,18 @@ + + +