X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=ac62a6aa2cadf6bd7eb50c1b279427cc8938c498;hp=6e3cf07fd69d015c6f28025d474f2d1543395ed4;hb=0b83632b2b0a03eeca090f993259ccd95ab646fb;hpb=4e01624af6018b6341b47742bf7985c23c0c7ed2 diff --git a/package.xml b/package.xml index 6e3cf07..ac62a6a 100644 --- a/package.xml +++ b/package.xml @@ -11,14 +11,16 @@ 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. +It eases handling of HTTP urls, headers and messages, provides +means for negotiation of a client's preferred content type, +language and charset, as well as a convenient way to send any +arbitrary data with caching and resuming capabilities. + +It provides powerful request functionality, if built with CURL +support. Parallel requests are available for PHP 5 and greater. ]]> Michael Wallner @@ -28,7 +30,7 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be 2012-12-31 - 2.0.0beta5 + 2.0.0dev 2.0.0 @@ -37,13 +39,14 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be BSD, revised 80% test coverage http://goo.gl/VmyIW -* Fixed build with libcurl <= 7.21.3 -* Fixed var_dump of http\Message with inherited userland properties with increased access level -+ Added http\Header::getParams() -+ Added simple support for escapes and quotes in the params parser -+ Added support for sending http\Env\Response over PHP streams -+ Added message body reference counting +Extended HTTP support. Again. Keep in mind that it's got the major version 2, because it's incompatible with pecl_http v1. + +* Introduces the http namespace. +* Message bodies have been remodeled to use PHP temporary streams instead of in-memory buffers. +* 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. ]]> @@ -59,15 +62,9 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - - - - - - - - + + @@ -75,12 +72,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - - - - - - @@ -130,7 +121,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - @@ -140,7 +130,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - @@ -153,7 +142,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - @@ -170,7 +158,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - @@ -181,17 +168,15 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + - - -