From 22989aeca5a8e42db7471308c30e32c064bf79e4 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 31 Jan 2006 18:54:37 +0000 Subject: [PATCH] update --- package2.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package2.xml b/package2.xml index 7dfc6f5..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 @@ -51,15 +51,19 @@ HttpResponse + Added HttpMessage::toMessageTypeObject(), HttpMessage::detach(), HttpMessage::prepend() + Added Iterator interface to HttpMessage + Added http_get_request_body_stream() ++ Added HttpQueryString class - 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 * 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) ]]> @@ -104,6 +108,7 @@ HttpResponse + @@ -129,6 +134,7 @@ HttpResponse + @@ -179,6 +185,8 @@ HttpResponse + + -- 2.30.2