From 4d9912d654613f76a07e9445189f2315731af507 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 10 Dec 2009 15:28:10 +0000 Subject: [PATCH] release 1.6.6 --- package.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/package.xml b/package.xml index 8523a6d..afe3a3c 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ - + pecl_http Extended HTTP Support This HTTP extension aims to provide a convenient and powerful @@ -23,12 +23,15 @@ support. Parallel requests are available for PHP 5 and greater. - 1.6.5 - 2009-08-13 + 1.6.6 + 2009-12-10 BSD, revised stable - * Fixed PHP5.1 build -* Fixed http_get_request_body[_stream]() with FastCGI SAPI + * Fixed a Last-Modified caching bug in http_send API +* Fixed bug with HttpRequestPool and libevent when adding requests while running +* Fixed memory leak in HttpResponse::getStream() (Felipe Pena) +* Fixed bug #14382 (PHP crash after casting scalar argument to an array in HttpQueryString) +* Fixed bug #16533 (http_redirect fails with url->port==0) -- 2.30.2