X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=61c8b625a8ca730d7480e3f9698b210efaab95c5;hb=51c3a4d29b5b0ada721d8f0c9aa55581079bdf91;hp=1c1f47f977fbe49319d781594337492a8ed94ab5;hpb=d19eb84fa85cc82c46b943b49d906714e0a9b3c5;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 1c1f47f..61c8b62 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ - + pecl_http Extended HTTP Support This HTTP extension aims to provide a convenient and powerful @@ -15,7 +15,11 @@ 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) +HttpUtil, HttpMessage, HttpRequest, HttpRequestPool, +HttpDeflateStream, HttpInflateStream, HttpQueryString + +PHP-5.1 classes: +HttpResponse @@ -26,20 +30,18 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - 0.19.0 - 2005-11-26 + 0.24.0 + 2006-02-20 BSD, revised beta - + Added http_negotiate_content_type() - -* Fixed bug in http_negotiate_*() when client sends spaces within accept headers + + Added If-Range header recognition. ++ Added "portrange" request option. ++ Added HttpQueryString::iconv(). ++ HttpQueryString implements Serializable (PHP-5.1). -- Removed support for etag hashing through libmhash -- Removed HTTP_ETAG_* and HttpResponse::ETAG_* constants -- Changed http.etag_mode INI setting to acccept a string specifying the - hash algorithm to use for generating etags. - CRC32, MD5 and SHA1 are available out of the box with MD5 being the default. - If pecl/hash is available, any algorithm this extension provides can be used. +* Fixed bug #6804 - configure does not recognize '--without-http-zlib-compression'. +* Fixed cases where '412 Precondition failed' responses should be sent. +* Fixed message chain order in HttpRequest::getHistory(). @@ -53,23 +55,26 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - - + + + - - - + + + + + @@ -79,6 +84,7 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + @@ -100,13 +106,26 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + + + + + + + + + + @@ -115,6 +134,10 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + @@ -133,6 +156,8 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + @@ -161,7 +186,11 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + @@ -171,17 +200,22 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + + @@ -197,16 +231,21 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + +