X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=ac62a6aa2cadf6bd7eb50c1b279427cc8938c498;hp=ea0d44bd49cebc3bc7ccaf72e17f61a0f47ee6bd;hb=0b83632b2b0a03eeca090f993259ccd95ab646fb;hpb=b7db0fc5a73cc8c7d3164e5d500cddd17bc7cb9e diff --git a/package.xml b/package.xml index ea0d44b..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 @@ -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-30 + 2012-12-31 - 2.0.0beta4 + 2.0.0dev 2.0.0 @@ -37,16 +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/YCV74 -* Fixed http\Env\Response throttling -* Fixed http\Env\Response caching by last-modified -* Fixed http\Message::addBody() -* Fixed http\Message::parentMessage write access -* Fixed crash with freed but not nulled event_base pointer -* Fixed crash with null pointer dereference on http\Encoding\Stream::flush() -* Fixed some memory leaks -+ Added http\Header::negotiate() -+ Added http\Header::parse() +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. ]]> @@ -62,15 +62,9 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - - - - - - - - + + @@ -78,12 +72,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - - - - - - @@ -122,14 +110,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - - - - - - @@ -139,7 +121,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - @@ -149,7 +130,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - @@ -162,7 +142,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - @@ -176,11 +155,9 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - - @@ -191,17 +168,15 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + - - - @@ -214,6 +189,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