X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package2.xml;h=e073f9348fbddf2f6ad9590ce1d2dc58988c396c;hb=22989aeca5a8e42db7471308c30e32c064bf79e4;hp=47c944ca19ed9cd73b292b70d65e38886547d201;hpb=fac50662a1ea545b40f15613f8c4806a1ed745b0;p=m6w6%2Fext-http diff --git a/package2.xml b/package2.xml index 47c944c..e073f93 100644 --- a/package2.xml +++ b/package2.xml @@ -24,7 +24,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 @@ -35,10 +35,10 @@ HttpResponse mike@php.net yes - 2005-00-00 + 2006-00-00 - 0.21.0 - 0.21.0 + 0.22.0-dev + 0.22.0 beta @@ -46,19 +46,24 @@ HttpResponse BSD, revised 7.14.1) +- Don't pretend anylonger to understand 'compress' Content-Encoding. +- Changed http_redirect() to PHPs behaviour by default. +- Sending an User-Agent can now be prevented by setting 'useragent' to NULL or empty string. (Ilia) +- Enable curl and zlib functionality by default in configure +- Changed http_build_url() to accept a flag that defines what parts and how they are replaced/merged -- 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. +* 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 +108,7 @@ Special thanks for this release go to Ilia Alshanetsky. + @@ -128,6 +134,7 @@ Special thanks for this release go to Ilia Alshanetsky. + @@ -175,10 +182,20 @@ Special thanks for this release go to Ilia Alshanetsky. + + + + + + + + + + @@ -192,7 +209,7 @@ Special thanks for this release go to Ilia Alshanetsky. - + @@ -213,7 +230,6 @@ Special thanks for this release go to Ilia Alshanetsky. - @@ -238,6 +254,11 @@ Special thanks for this release go to Ilia Alshanetsky. + + + + +