X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=b3dd944d4e60ea3dfc432eb1800b0a1c7494034e;hp=1c1f47f977fbe49319d781594337492a8ed94ab5;hb=fa1a275e2b5e1b9dfb5bcbf97b51ef2b568e433c;hpb=d19eb84fa85cc82c46b943b49d906714e0a9b3c5 diff --git a/package.xml b/package.xml index 1c1f47f..b3dd944 100644 --- a/package.xml +++ b/package.xml @@ -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 + +PHP-5.1 classes: +HttpResponse @@ -26,20 +30,23 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - 0.19.0 - 2005-11-26 + 0.21.0 + 2006-01-03 BSD, revised beta - + Added http_negotiate_content_type() + ! Encodings functionality requires libz version 1.2.0.4 or greater + ++ Added HttpDeflateStream and HttpInflateStream classes ++ Added ob_deflatehandler and ob_inflatehandler ++ Added HttpRequest::getRawRequestMessage and ::getRawResponseMessage ++ Added 'resetcookies' request option (libcurl > 7.14.1) + +- Changed all methods and properties with "URI" in their name to "URL" +- Changed HttpRequest properties to be private -* Fixed bug in http_negotiate_*() when client sends spaces within accept headers +* Fixed a lot of memory corruptions within HttpRequest -- 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. +Special thanks for this release go to Ilia Alshanetsky. @@ -53,8 +60,8 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - - + + @@ -63,13 +70,13 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - - - + + + @@ -79,6 +86,7 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + @@ -104,9 +112,16 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + + + + @@ -115,6 +130,8 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + @@ -161,7 +178,11 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + @@ -172,16 +193,19 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + @@ -198,15 +222,18 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + +