X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=42302f519d88d4f01e97f2f71f561aecf704f86a;hp=1c1f47f977fbe49319d781594337492a8ed94ab5;hb=a8ac1f41f21043ec7fed928821255fb4ea5c2c62;hpb=d19eb84fa85cc82c46b943b49d906714e0a9b3c5 diff --git a/package.xml b/package.xml index 1c1f47f..42302f5 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 @@ -12,10 +12,7 @@ language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. It provides powerful request functionality, if built with CURL -support. Parallel requests are available for PHP-5 and greater. - -PHP-5 classes: -HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) +support. Parallel requests are available for PHP 5 and greater. @@ -26,20 +23,20 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - 0.19.0 - 2005-11-26 + 1.6.0b2 + 2007-09-27 BSD, revised beta - + Added http_negotiate_content_type() - -* Fixed bug in http_negotiate_*() when client sends spaces within accept headers - -- Removed support for etag hashing through libmhash -- Removed HTTP_ETAG_* and HttpResponse::ETAG_* constants -- Changed http.etag_mode INI setting to acccept a string specifying the - hash algorithm to use for generating etags. - CRC32, MD5 and SHA1 are available out of the box with MD5 being the default. - If pecl/hash is available, any algorithm this extension provides can be used. + + Added constant HTTP_URL_FROM_ENV ++ Added 'retrycount' and 'retrydelay' request options ++ Added libevent support for libcurl (>= 7.16.0): + o added --with-http-curl-libevent configure option + o added HttpRequestPool::enableEvents() +* Fixed a possible crash at module shutdown in the persistent handle API + (probably fixing bug #11509) +* Fixed test suite for PHP4 +* Fixed missing PHP_LIBDIR definition in config.m4 for PHP4 +* Fixed non-standard shell support in config.m4 @@ -47,29 +44,36 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - + + - - + - + + + + + + + + - - - - - + + + + + @@ -79,14 +83,7 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - - - - - - - - + @@ -100,88 +97,118 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + + + + + + + + + + + + + + + + - + + + + + - - - - - - + + + + + + + - - - - - - - + - - + + + + + - + + + + + + + + + + @@ -197,16 +224,26 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + + + + + + + @@ -215,6 +252,7 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) +