X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=package.xml;h=cdebd3f84ee156e9da07fef40f9525a051d673ac;hb=d22651c805eca6f0d508c6d5a47e8daac36841fe;hp=2ee9e0bc568a6f738ec53936ff2c137c68d99809;hpb=a3e4bb629d39d3168d1304009e198a848aa14a08;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 2ee9e0b..cdebd3f 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,16 @@ support. Parallel requests are available for PHP 5 and greater. - 1.1.0 - 2006-07-17 + 1.2.1 + 2006-08-26 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 + + Added HttpException::__toString() which takes care about any inner exceptions +- Disallowed detaching HttpRequest objects from HttpRequestPool while executing progress callback +* Fixed crash on detaching requests from pool in request event callbacks +* Fixed suppression of nested exceptions in e.g. HttpRequestPool::send() (fixes bug #8535) +* Fixed issues with inheritance and cloning of HttpDeflateStream, HttpInflateStream and HttpMessage + (Extending classes lose default properties on instantiation; Complex members ignored during cloning) @@ -117,6 +116,7 @@ support. Parallel requests are available for PHP 5 and greater. +