From: Michael Wallner Date: Fri, 27 Oct 2006 12:30:15 +0000 (+0000) Subject: - release 1.3.3 X-Git-Tag: RELEASE_1_3_3~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=fc50bcc3820d4528bb5fcf3146ac4d23b20b33c8 - release 1.3.3 --- diff --git a/package.xml b/package.xml index dcd8fd5..cfabd60 100644 --- a/package.xml +++ b/package.xml @@ -24,11 +24,14 @@ support. Parallel requests are available for PHP 5 and greater. 1.3.3 - 2006-10-25 + 2006-10-27 BSD, revised stable * Fixed HttpResponse::setHeader("name", {omitted|NULL|""}) not unsetting header -* Fixed HttpRequest::__construct()'s options parameter to allow NULL +* Fixed array parameters to allow NULL in HttpRequest::__construct(), + HttpRequest::getResposeCookie(), HttpMessage::setHeaders(), + http_parse_cookie(), http_post_fields(). +* Fixed possible leak in http_send_data() and HttpResponse::setData() * Fixed build --without-http-curl-requests (bug #8872) * Fixed build with PHP < 4.3.10 (bug #9067)