X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=cfabd60eab17a07e24c87bf051a685b11c3f7310;hb=d92a99b21f8fd9a43a7ff0a379533bfeb82817a6;hp=2435355cb1c14a33deea2888a18b445742d9c5fa;hpb=db416fc4a150385aeb0c3eb4c2ae254057282b56;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 2435355..cfabd60 100644 --- a/package.xml +++ b/package.xml @@ -23,12 +23,17 @@ support. Parallel requests are available for PHP 5 and greater. - 1.3.1 - 2006-10-02 + 1.3.3 + 2006-10-27 BSD, revised stable - * Fixed build with gcc-2.95 (bug #8737) -* Fixed bug in HttpRequestPool where a negative timeout was passed to select() + * Fixed HttpResponse::setHeader("name", {omitted|NULL|""}) not unsetting header +* 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)