X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=1998bc81c7d8bafdca3dcb911ae28002d066d21f;hb=fac50662a1ea545b40f15613f8c4806a1ed745b0;hp=1c1f47f977fbe49319d781594337492a8ed94ab5;hpb=d19eb84fa85cc82c46b943b49d906714e0a9b3c5;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 1c1f47f..1998bc8 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,18 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - 0.19.0 - 2005-11-26 + 0.21.0 + 2005-12-27 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 -* Fixed bug in http_negotiate_*() when client sends spaces within accept headers +- Changed HttpRequest properties to be private -- 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 a lot of memory corruptions within HttpRequest @@ -53,8 +55,8 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - - + + @@ -63,13 +65,13 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - - - + + + @@ -79,6 +81,7 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + @@ -104,9 +107,11 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + @@ -172,16 +177,19 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + @@ -198,15 +206,18 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + +