X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=5b403d6f0a4dbc463c5d98d4ce29f3404a38a8da;hp=b3dd944d4e60ea3dfc432eb1800b0a1c7494034e;hb=9f74bab2b132b3cf7e4e1460117a50d3345346cf;hpb=e81100d361a8dc48fa491d973e936a19ea428853 diff --git a/package.xml b/package.xml index b3dd944..5b403d6 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,23 +30,20 @@ HttpResponse - 0.21.0 - 2006-01-03 + 0.25.0 + 2006-03-07 BSD, revised beta - ! Encodings functionality requires libz version 1.2.0.4 or greater + * Fixed bug #6924 (Linking fails on Mac OSX). +* Fixed HttpRequest::addRawPostData(). -+ Added HttpDeflateStream and HttpInflateStream classes -+ Added ob_deflatehandler and ob_inflatehandler -+ Added HttpRequest::getRawRequestMessage and ::getRawResponseMessage -+ Added 'resetcookies' request option (libcurl > 7.14.1) +- Renamed HttpQueryString::getInstance() to more commonly used ::singleton(). +- Renamed HttpQueryString::iconv() to more generic ::xlate(). -- Changed all methods and properties with "URI" in their name to "URL" -- Changed HttpRequest properties to be private - -* Fixed a lot of memory corruptions within HttpRequest - -Special thanks for this release go to Ilia Alshanetsky. ++ Added feature request http_put_data() and HttpRequest::(set|get|add)PutData(). ++ Added 'range' request option. ++ Added 'proxytype' request option. ++ Added HTTP_PROXY_HTTP, HTTP_PROXY_SOCKS4, HTTP_PROXY_SOCKS5 constants. @@ -60,11 +57,17 @@ Special thanks for this release go to Ilia Alshanetsky. - + + + + + + + @@ -74,9 +77,11 @@ Special thanks for this release go to Ilia Alshanetsky. + + @@ -108,6 +113,12 @@ Special thanks for this release go to Ilia Alshanetsky. + + + + + + @@ -132,6 +143,8 @@ Special thanks for this release go to Ilia Alshanetsky. + + @@ -150,8 +163,11 @@ Special thanks for this release go to Ilia Alshanetsky. + + + @@ -192,6 +208,7 @@ Special thanks for this release go to Ilia Alshanetsky. + @@ -203,6 +220,7 @@ Special thanks for this release go to Ilia Alshanetsky. + @@ -221,6 +239,7 @@ Special thanks for this release go to Ilia Alshanetsky. + @@ -231,6 +250,7 @@ Special thanks for this release go to Ilia Alshanetsky. +