X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=bd9a6a6b180775ae8a49d0ed599a495e8cbddacf;hp=2ee9e0bc568a6f738ec53936ff2c137c68d99809;hb=9b6cff9fb09a6a49d75439b03201f8e6c8995e22;hpb=a3e4bb629d39d3168d1304009e198a848aa14a08 diff --git a/package.xml b/package.xml index 2ee9e0b..bd9a6a6 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,17 +23,14 @@ support. Parallel requests are available for PHP 5 and greater. - 1.1.0 - 2006-07-17 + 1.2.0 + 2006-08-18 BSD, revised stable - * Fixed endless loop in http_build_url("..") -* Fixed HttpResponse::capture() failure if buffered output exceeds 40k -* Fixed HttpQueryString failures with objects as params -* Fixed memory leaks with overloaded classes extending HTTP classes -* Added HttpQueryString::mod(array $params) method -* Added ArrayAccess to interfaces implemented by HttpQueryString -* Added HttpMessage::getHeader(string $name) method + + Improved response performance (HttpResponse, http_send API) +* Fixed http_parse_cookie() allowed_extras and flags parameters +* Added http_build_cookie() function +* Fixed configuration with shared dependencies