X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package2.xml;h=925d2e6ee4898a6bbfff0f7162524aea18237e65;hp=2cd49b7e67861dc3fc5996d8a84496e472bbadb5;hb=98e0618077ab00672dd0e6e134d4722e033d827e;hpb=eabc03de1d511ce49640322859c6175f27a413e5 diff --git a/package2.xml b/package2.xml index 2cd49b7..925d2e6 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.22.0 + 0.22.0 beta @@ -42,25 +46,24 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) BSD, revised = 7.12.3 now - -+ Added 'bodyonly' request option -+ Added IOCTL callback for cURL -+ Added ssl_engines array and cookies array to the request info array ++ 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 -- 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) ]]> @@ -102,7 +105,10 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + @@ -125,7 +131,10 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + @@ -136,13 +145,13 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - - - + + + @@ -150,6 +159,7 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + @@ -172,13 +182,25 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + + + + + + + + + @@ -186,6 +208,8 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + @@ -206,7 +230,6 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - @@ -231,6 +254,11 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + + @@ -246,9 +274,9 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + spl session hash - zlib http @@ -270,6 +298,8 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) /> + +