X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=ac62a6aa2cadf6bd7eb50c1b279427cc8938c498;hp=79494514f9102a51bcf71ff096be4d451e438e7f;hb=0b83632b2b0a03eeca090f993259ccd95ab646fb;hpb=3c3f9acdfd5c53e85e19b5074bee3a20fc76050e diff --git a/package.xml b/package.xml index 7949451..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-13 + 2012-12-31 - 2.0.0beta3 + 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,24 +142,22 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - - + + - - @@ -190,17 +168,15 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + - - + - - @@ -213,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