X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=95ee368bbc1de3b7d08cbd42aad74d7ebe900524;hb=feba1657a156f10d687e6e239e95e26536270eaa;hp=cdebd3f84ee156e9da07fef40f9525a051d673ac;hpb=868f439c22372956836fe7d561d2adc69feea809;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index cdebd3f..95ee368 100644 --- a/package.xml +++ b/package.xml @@ -23,16 +23,14 @@ support. Parallel requests are available for PHP 5 and greater. - 1.2.1 - 2006-08-26 + 1.3.0 + 2006-09-19 BSD, revised stable - + 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) + + Added HttpRequestDataShare (interface to curl_share) ++ Added "dns_cache_timeout", "low_speed_limit", "low_speed_time", "max_send_speed", + "max_recv_speed", "forbid_reuse" and "fresh_connect" request options ++ Added HttpRequestPool::enablePipelining([bool enable = TRUE]) (libcurl >= 7.16.0, unstable) @@ -111,6 +109,8 @@ support. Parallel requests are available for PHP 5 and greater. + + @@ -217,9 +217,11 @@ support. Parallel requests are available for PHP 5 and greater. + + @@ -248,9 +250,11 @@ support. Parallel requests are available for PHP 5 and greater. + +