X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=package2.xml;h=13f94207dc24aa515da7efee957f53ecaf890a66;hb=f711df8e83b62938c05c2bf4ea544f095e80a2e9;hp=73838c65ab3f6a5bdec8cdb6dd54813c635e21e1;hpb=a759e1fae5a4d0e989b9735adf8f3224ed9419d7;p=m6w6%2Fext-http diff --git a/package2.xml b/package2.xml index 73838c6..13f9420 100644 --- a/package2.xml +++ b/package2.xml @@ -23,7 +23,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 ]]> Michael Wallner @@ -31,10 +35,10 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) mike@php.net yes - 2005-00-00 + 2006-00-00 - 0.20.0 - 0.20.0 + 0.23.0 + 0.23.0 beta @@ -42,26 +46,22 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) BSD, revised = 7.12.3 now ++ Added 'etag' request option. ++ Added missing accessors to response status text to HttpMessage and HttpRequest classes. -+ Added 'bodyonly' request option -+ Added IOCTL callback for cURL -+ Added ssl_engines array and cookies array to the request info array -+ Added http_parse_cookie() to parse Set-Cookie headers +* Fixed PHP-4.4 and PHP-5.0 build. -- Renamed http_connectcode to connect_code in the request info array -- Enable "original headers" previously stripped off by the message parser: - o X-Original-Transfer-Encoding (Transfer-Encoding) - o X-Original-Content-Encoding (Content-Encoding) - o X-Original-Content-Length (Content-Length) -- RequestExceptions thrown by HttpRequestPool::__construct() and send() are - now wrapped into the HttpRequestPoolException object's $exceptionStack property -- Removed http_compress() and http_uncompress() (http_deflate/inflate ambiguity) +- 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 -* Fixed bug which caused GZIP encoded archives to be decoded -* Fixed bug with DEFLATE encoded response messages -* Fixed several memory leaks and inconspicuous access violations -* Fixed some logical errors in the uri builder +* 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) ]]> @@ -69,6 +69,7 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + @@ -103,7 +104,10 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + @@ -126,7 +130,10 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + @@ -137,13 +144,14 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - - - + + + + @@ -151,6 +159,7 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + @@ -173,13 +182,25 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + + + + + + + + + @@ -187,6 +208,8 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + @@ -205,9 +228,9 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + - @@ -232,6 +255,11 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + + @@ -247,9 +275,9 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + spl session hash - zlib http @@ -270,6 +298,7 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) default="yes" /> +