X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=bc1d964713a850bff3d313e937afe7e2fac8bb96;hp=222c516437c13d65a11f2c7696fd73feca36e8d7;hb=4308cb174a56bdbca09b8a30e869eb2e751f5f9b;hpb=7e993d04d015e468c9b4e8ae48db243f1d53aa2c diff --git a/package.xml b/package.xml index 222c516..bc1d964 100644 --- a/package.xml +++ b/package.xml @@ -18,8 +18,7 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be * The utterly misunderstood HttpResponse class has been reimplemented as http\Env\Response inheriting http\Message. * Currently, there's only one Exception class left, http\Exception. * Errors triggered by the extension can be configured statically by http\Object::$defaultErrorHandling or inherited http\Object->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. +* The request ecosystem has been modularized to support different libraries, though for the moment only libcurl is supported. ]]> Michael Wallner @@ -27,17 +26,27 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be mike@php.net yes - 2012-01-23 + 2012-11-29 - 2.0.0dev + 2.0.0beta2 2.0.0 - devel - devel + beta + beta BSD, revised 80% test coverage +* Fixed http\Request\Pool with libevent2 +* Fixed http\Env\Request::getFiles() with multiple-file-uploads +* Fixed PHP-5.3 compatibility +* Fixed reference handling of http\Message\Body::getResource() +* Fixed reading stream filters to correctly detect EOF of tmp and mem streams +- Change: merge message headers with the same key +- Change: the stream message parser can optionally return after each message +- Change: you have to care yourself for Content headers if a message's body has a reading stream filter attached ++ Added http\Env::getResponseStatusForAllCodes() ]]> @@ -47,19 +56,41 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - + + + + + + + + + + + + + + + + + + + + + + + @@ -87,6 +118,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + + @@ -95,38 +128,88 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - 5.3.99 + 5.3.0 1.4.1 - session hash iconv