X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=a0b1a68450d1946f59e812b0250efcfbc2fe2dcc;hb=40688e36ecfc7b22a1221079a8d40edd122ee550;hp=5db21e6618cb9c60988f269ce8fe6aec62a7a686;hpb=2604ca29ca8a9d6d44355b165d56117463096b7e;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 5db21e6..a0b1a68 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 @@ -26,9 +28,9 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be mike@php.net yes - 2012-12-31 + 2013-08-12 - 2.0.0beta4 + 2.0.0beta5 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 - - - - - - @@ -119,14 +110,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - - - - - - @@ -136,7 +121,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - @@ -145,60 +129,110 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - @@ -211,6 +245,18 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be 1.4.1 + + raphf + pecl.php.net + 0.1.0 + raphf + + + propro + pecl.php.net + 0.1.0 + propro + hash