X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=cfb9dfeb1ad14c30875f187c071db423fe791034;hb=09c63e9aa5d552e91db75dcf5bc64ba33923348f;hp=04ab3b7019d5072eb9d114208c93a57a8480a1a9;hpb=b63e146a77c6512cae1574c0bb520b3a7bbec1e7;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 04ab3b7..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,13 +23,20 @@ - 0.15.0 - 2005-10-05 - PHP License + 0.18.0 + 2005-11-16 + BSD, revised beta - * Updated documentation -* 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 + + 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 @@ -39,20 +46,13 @@ + - - - - - - - - - - + + @@ -65,29 +65,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -97,6 +143,8 @@ + + @@ -104,7 +152,15 @@ + + + + + + + + @@ -115,7 +171,9 @@ + + @@ -131,6 +189,7 @@ + @@ -138,7 +197,9 @@ + +