X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=006145240bdd089e932acf10341d06c11f8d8746;hb=93a48c0a6710c7aa678ce0b48e6c1a5d2bf544ee;hp=1998bc81c7d8bafdca3dcb911ae28002d066d21f;hpb=26591cefa8d85dced14547a0fb621b9a289ef2de;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 1998bc8..0061452 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 @@ -16,7 +16,7 @@ support. Parallel requests are available for PHP-5 and greater. PHP-5 classes: HttpUtil, HttpMessage, HttpRequest, HttpRequestPool, -HttpDeflateStream, HttpInflateStream +HttpDeflateStream, HttpInflateStream, HttpQueryString PHP-5.1 classes: HttpResponse @@ -30,18 +30,28 @@ HttpResponse - 0.21.0 - 2005-12-27 + 0.22.0 + 2006-02-03 BSD, revised beta - ! Encodings functionality requires libz version 1.2.0.4 or greater + + Added HTTP 'protocol' version request option. (Ilia) ++ Added optional class_name param to HttpMessage::fromString() ++ Added HttpMessage::toMessageTypeObject(), HttpMessage::detach(), HttpMessage::prepend() ++ Added Iterator interface to HttpMessage ++ Added http_get_request_body_stream() ++ Added HttpQueryString class -+ Added HttpDeflateStream and HttpInflateStream classes -+ Added ob_deflatehandler and ob_inflatehandler +- Don't pretend anylonger to understand 'compress' Content-Encoding +- Sending an User-Agent can now be prevented by setting 'useragent' to NULL or empty string. (Ilia) +- Changed http_redirect() to PHPs behaviour by default +- Changed configure to enable curl and zlib functionality by default +- Changed http_build_url() to accept a flag that defines what parts and how they are replaced/merged -- Changed HttpRequest properties to be private - -* Fixed a lot of memory corruptions within HttpRequest +* Decreased the per-request calls to curl_easy_setopt() +* Fixed gnutls ZTS build +* Fixed openssl ZTS issues with other libraries using openssl +* Fixed some issues with http_get_request_body() +* Fixed bug #6645 - doesn't compile with zlib 1.2.2 (undefined Z_FIXED) @@ -103,6 +113,11 @@ HttpResponse + + + + + @@ -112,6 +127,11 @@ HttpResponse + + + + + @@ -120,6 +140,8 @@ HttpResponse + + @@ -166,7 +188,11 @@ HttpResponse + + + + @@ -187,6 +213,7 @@ HttpResponse + @@ -215,6 +242,7 @@ HttpResponse +