X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=cfb9dfeb1ad14c30875f187c071db423fe791034;hp=3beea453c29c9c316cc5038cfe3c9f75959e4412;hb=763dd73982474575c18acdc8db4cdc6eb6864ff3;hpb=dd18f054d481e2d24f766db8f36e8e721950d68c diff --git a/package.xml b/package.xml index 3beea45..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,24 +23,20 @@ - 0.14.0 - 2005-09-27 - PHP License + 0.18.0 + 2005-11-16 + BSD, revised beta - + Added missing support for raw post data in HttpRequest -+ Added missing HttpMessage::setBody() -+ Added HttpRequest::METH_* constants -+ Added HttpRequest::AUTH_* constants -+ Added HttpMessage::TYPE_* constants -+ Added HttpResponse::ETAG_* constants -+ Added HTTP_ETAG_MHASH_* constants -+ Added supported ETag hash algrithms to php_info() output -+ Added ETag hashing through PHPs CRC32() implementation -+ Added new language/charset negotiator + + 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 -* Changed HttpMessage::toString([include_parent = true]) to false -* Renamed HTTP_GET etc. constants to HTTP_METH_GET -* Fixed protected property access +* 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 @@ -50,20 +46,13 @@ + - - - - - - - - - - + + @@ -76,29 +65,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -108,6 +143,8 @@ + + @@ -115,7 +152,15 @@ + + + + + + + + @@ -126,7 +171,9 @@ + + @@ -142,6 +189,7 @@ + @@ -149,7 +197,9 @@ + +