X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=cfb9dfeb1ad14c30875f187c071db423fe791034;hb=7005d0b7ef4b15b2e6ddb6ccb8167f086b8c59ce;hp=199f91d54cdc90c4b313e897bd5b691c6de0bbfd;hpb=4ef2f9e39c8d7c9dc605fb062a50d8a73b52c02a;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 199f91d..cfb9dfe 100644 --- a/package.xml +++ b/package.xml @@ -1,9 +1,9 @@ - + pecl_http Extended HTTP Support - * Building absolute URIs + * Building absolute URLs * RFC compliant HTTP redirects * RFC compliant HTTP date handling * Parsing of HTTP headers and messages @@ -23,22 +23,20 @@ - 0.15.0 - 2005-10-11 - PHP License + 0.18.0 + 2005-11-16 + BSD, revised beta - + Updated documentation (a lot) -+ Added optional third parameter to HttpRequest::__construct() accepting an array with options -+ Added compression functions gzencode/gzdecode, deflate/inflate, compress/uncompress -+ Added http_support() for probing features that depend on external libraries + + Added INI setting http.force_exit which can be used to disable script termination + in case of redirects and positive cache hits (instead, standard output will be discarded) ++ Classes HttpMessage and HttpRequestPool implement Countable if PHP >= 5.1 with SPL is available ++ Class HttpMessage implements Serializable if PHP >= 5.1 is available ++ Added experimental http.chunked_encode and chunked_decode stream filter -- Renamed http_absolute_uri() to http_build_uri() (complements with http_build_query()) -- Changed the signature of the negotiator to fill the second parameter with the results array - -* Fixed several ETag issues -* Fixed HttpRequestPools detach() and attach() methods when the iterator is active -* Fixed parsing messages with Content-Range headers -* Fixed parsing messages with another Transfer-Encoding header value than chunked +* Fixed a bug that caused a warning about an invalid curl handle at HttpRequestPool destruction +* Fixed a bug with http_get_request_headers() modifying $_SERVER array +* Fixed a bug which required "=" in Content-Range response message headers +* Fixed a bug with directly setting HttpMessage property values @@ -48,20 +46,13 @@ + - - - - - - - - - - + + @@ -74,11 +65,18 @@ + + + + + + + @@ -87,10 +85,24 @@ + + + + + + + + + + + + + + @@ -100,15 +112,28 @@ + + + + + + + + + + + + + @@ -118,6 +143,8 @@ + + @@ -125,7 +152,15 @@ + + + + + + + + @@ -138,6 +173,7 @@ + @@ -153,6 +189,7 @@ + @@ -162,6 +199,7 @@ +