X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=0f56341698eaf8e4119fb08f5b0bad7e6f49134f;hb=e16613a9ec8a1b41c4f81c3c9b055aa14c7b3e24;hp=0ea30ccf9175145de080e241731f43eb7a6b31a2;hpb=59ffe749e2571c7e4bf0cce12997f95f350bd58c;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 0ea30cc..0f56341 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.0dev8 2.0.0 @@ -30,17 +38,14 @@ 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 +* Fixed build failure and compiler warnings +* Fixed logical errors in http\Env\Response::isCachedBy{Etag,LastModified}() +* Fixed memory leaks in http\Env\Response::isCachedByLastModified() +* Fixed memory leaks in http\Env::getResponseHeader() +* Fixed erroneous trailing CRLF of http\Message strings +- Renamed http\Message\Body::add() to ::addForm() ++ Added http\Message\Body::addPart(http\Message $part) ++ Added http\Env\Response::__invoke() output buffering handler ]]> @@ -63,6 +68,8 @@ List of changes (TBD): + +