X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=05ffeba5d63794552537226da7a059177b07ebf9;hp=0f559aa28dd39a94c4df8e7b75e1d75cabb8615d;hb=f12e0c5ab62139e372a4ca509637dc458e7c9cb4;hpb=6a8d8f34361e89ea6e9b7b2737f0a8baf94705f2 diff --git a/package.xml b/package.xml index 0f559aa..05ffeba 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,15 +23,15 @@ support. Parallel requests are available for PHP 5 and greater. - 1.5.0RC1 - 2007-02-08 + 1.6.2 + 2008-12-05 BSD, revised - beta - + Added HttpMessage::fromEnv(int type[, string class_name = "HttpMessage"]) (Clay Loveless) -+ Added support for per process persistent cURL handles (requested by Clay Loveless): - o Added --enable-http-persistent-handles configure option - o Added http_persistent_handles_count(), http_persistent_handles_clean([string name]), http_persistent_handles_ident([string ident]) - o Added http.persistent.handles.ident INI setting + stable + * Fixed PHP-5.3 API incompatibilities (including bug #15065) +* Fixed memory corruption with headers and HttpRequest +* Fixed crash in HttpMessage::unserialize() +* Fixed bug #14826 (race condition in http_request_dtor) +* Fixed bug #15223 (http_parse_message cuts off more than headers) @@ -42,7 +42,6 @@ support. Parallel requests are available for PHP 5 and greater. - @@ -137,8 +136,11 @@ support. Parallel requests are available for PHP 5 and greater. + + +