X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=cfb9dfeb1ad14c30875f187c071db423fe791034;hb=7005d0b7ef4b15b2e6ddb6ccb8167f086b8c59ce;hp=21065da69163a9ff014a8e1de3143c4dd2f9429d;hpb=f2ab4f903063019a0112e7630b4db98b6f88c5e0;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 21065da..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,11 +23,20 @@ - 0.14.2 - 2005-10-04 - PHP License + 0.18.0 + 2005-11-16 + BSD, revised beta - * Fixed caching by Last-Modified with dates in october + + 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 + +* 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 @@ -37,20 +46,13 @@ + - - - - - - - - - - + + @@ -63,29 +65,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -95,6 +143,8 @@ + + @@ -102,7 +152,15 @@ + + + + + + + + @@ -113,7 +171,9 @@ + + @@ -129,6 +189,7 @@ + @@ -136,7 +197,9 @@ + +