X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=package.xml;h=bd6baeeaa21047b94df10913d061607ef9141d55;hb=dc7248a073febcade23e6a1a296ab1b2bb752298;hp=cfb9dfeb1ad14c30875f187c071db423fe791034;hpb=763dd73982474575c18acdc8db4cdc6eb6864ff3;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index cfb9dfe..bd6baee 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ - + pecl_http Extended HTTP Support * Building absolute URLs @@ -23,20 +23,11 @@ - 0.18.0 - 2005-11-16 + 0.18.1 + 2005-11-17 BSD, revised beta - + 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 + * Fixed build with PHP-4 and PHP-5.0