X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=8f5d7aa43e5004359317ecebf32842bd726fef22;hp=0ea30ccf9175145de080e241731f43eb7a6b31a2;hb=305ac2f007710b684d96b05f33964b4f6a4e3e4d;hpb=59ffe749e2571c7e4bf0cce12997f95f350bd58c diff --git a/package.xml b/package.xml index 0ea30cc..8f5d7aa 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,21 @@ Extended HTTP support. Again. mike@php.net yes - 2012-01-23 + 2012-04-13 - 2.0.0dev4 + 2.0.0alpha1 2.0.0 - devel - devel + alpha + alpha 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 ++ Added http\Client\AbstractClient::request(string method, string url[, array headers=null[, mixed body=null[, array options=null]]]) ++ Added constants http\Params::PARSE_RAW, ::PARSE_DEFAULT, ::PARSE_URLENCODED, ::PARSE_DIMENSION, ::PARSE_QUERY ++ Added fourth parameter 'flags' to http\Params' constructor, which defaults to http\Params::PARSE_DEFAULT +* Fixed bug #61444 (query string converts . to _ in param names) ]]> @@ -50,19 +50,41 @@ List of changes (TBD): - + + + + + + + + + + + + + + + + + + + + + + + @@ -98,25 +120,65 @@ List of changes (TBD): - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -129,7 +191,6 @@ List of changes (TBD): - session hash iconv