X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=57a64d28556e116140a65875fdf02829f72dec76;hp=0ea30ccf9175145de080e241731f43eb7a6b31a2;hb=c3200376cd66459d40a1a520074119713c9c8dff;hpb=59ffe749e2571c7e4bf0cce12997f95f350bd58c diff --git a/package.xml b/package.xml index 0ea30cc..57a64d2 100644 --- a/package.xml +++ b/package.xml @@ -11,7 +11,14 @@ pecl.php.net Extended HTTP Support errorHandling. +* The request ecosystem has been modularized to support different libraries, though for the moment only libcurl is supported. ]]> Michael Wallner @@ -19,28 +26,29 @@ Extended HTTP support. Again. mike@php.net yes - 2012-01-23 + 2012-10-11 - 2.0.0dev4 + 2.0.0beta1 2.0.0 - devel - devel + beta + beta BSD, revised errorHandling, but only for errors generated by the extension itself -* You have to use the http\Request\Factory to create your requests/pools/datashares +* PHP-5.3 compatibility by Anatoly Belsky +* Fixed http\Client's history handling +* Disallow serialization of non-serializable objects +* Fixed parsing of folded headers +* Fixed the parsing HTTP messages from streams +* Fixed leak in persistent handles cleanup routine ++ Added http\Url::SANITIZE_PATH; URL paths are not sanitized by default anymore ++ Added JSON Content-Type handler for request body processing if ext/json is present ++ Added missing IANA HTTP response codes ++ Added http\Message\Body::getResource() ++ Added QueryString proxy methods to http\Env\Request ++ Added Serializable to http\Message\Body's interfaces ]]> @@ -50,19 +58,41 @@ List of changes (TBD): - + + + + + + + + + + + + + + + + + + + + + + + @@ -98,38 +128,78 @@ List of changes (TBD): - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - 5.3.99 + 5.3.0 1.4.1 - session hash iconv