X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=cfabd60eab17a07e24c87bf051a685b11c3f7310;hb=fc50bcc3820d4528bb5fcf3146ac4d23b20b33c8;hp=dcd8fd51fc829018e485b0d0a579546e209ef9f3;hpb=59a4a40f11ab3b0bbfaad81e45a5e8a34f466f7c;p=m6w6%2Fext-http 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)