X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=1652fc2928f960e60eea4836228a69aefdbba8f9;hp=c5f33b93b81e8715aeed4ab7066d92c0496288af;hb=517336efe27e1f8e58e36352478a6d9ffdcdf378;hpb=68c092dc21fab546dfba2aab85844d340c4e9024 diff --git a/package.xml b/package.xml index c5f33b9..1652fc2 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 - 2011-06-14 + 2012-03-16 - 2.0.0dev2 + 2.0.0dev 2.0.0 @@ -30,17 +38,14 @@ Extended HTTP support. Again. BSD, revised errorHandling, but only for errors generated by the extension itself +* 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 ]]> @@ -51,6 +56,7 @@ List of changes (TBD): + @@ -62,6 +68,8 @@ List of changes (TBD): + + @@ -70,8 +78,6 @@ List of changes (TBD): - - @@ -89,8 +95,6 @@ List of changes (TBD): - - @@ -107,13 +111,13 @@ List of changes (TBD): - + @@ -121,6 +125,52 @@ List of changes (TBD): + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -151,14 +201,6 @@ List of changes (TBD): name="with-http-libcurl-dir" prompt="where to find libcurl" default="/usr" /> - -