X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=45467499bd9b5d57202007dbbcbe9811fd415d42;hp=0ea30ccf9175145de080e241731f43eb7a6b31a2;hb=4957436be59f65fae9cdbaec1dc865acc680862f;hpb=59ffe749e2571c7e4bf0cce12997f95f350bd58c diff --git a/package.xml b/package.xml index 0ea30cc..4546749 100644 --- a/package.xml +++ b/package.xml @@ -11,7 +11,15 @@ 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; + Nevertheless, you have to use the http\Request\Factory to create your request/pool/datashare objects. ]]> Michael Wallner @@ -19,9 +27,9 @@ Extended HTTP support. Again. mike@php.net yes - 2012-01-23 + 2012-03-16 - 2.0.0dev4 + 2.0.0dev 2.0.0 @@ -30,17 +38,10 @@ Extended HTTP support. Again. 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 +- Renamed http\Env\Request::getPost() to ::getForm() +- Changed http\Env\Response::setContentDisposition() to take an http\Params like array as argument +- Removed http\Env\Response::CONTENT_DISPOSOTION_* constants +- Removed http\Request\Method class; request methods are now used as simple strings ]]> @@ -63,6 +64,8 @@ List of changes (TBD): + + @@ -104,8 +107,6 @@ List of changes (TBD): - - @@ -117,6 +118,54 @@ List of changes (TBD): + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +