X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=dcd8fd51fc829018e485b0d0a579546e209ef9f3;hb=59a4a40f11ab3b0bbfaad81e45a5e8a34f466f7c;hp=adef4c2d2ad0c4f0c52b70391605503900c8d113;hpb=d6be3873d8a3b7b7d1b0d0ab3ff2874ca9372bd8;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index adef4c2..dcd8fd5 100644 --- a/package.xml +++ b/package.xml @@ -23,12 +23,14 @@ support. Parallel requests are available for PHP 5 and greater. - 1.3.2 - 2006-10-10 + 1.3.3 + 2006-10-25 BSD, revised stable - * Fixed invalid detection whether a deflated response should be started -* Fixed build --without-http-zlib-compression (bug #8872) + * Fixed HttpResponse::setHeader("name", {omitted|NULL|""}) not unsetting header +* Fixed HttpRequest::__construct()'s options parameter to allow NULL +* Fixed build --without-http-curl-requests (bug #8872) +* Fixed build with PHP < 4.3.10 (bug #9067)