X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=13852fdfacd5d1d341aaa13ef65a310eb694fa28;hp=401fce1e89a9c40f5b352808ed25e029dad44266;hb=82fb513a190c960a3c9f48c2cd1581c1e82781d3;hpb=9da9c90ae841a731913fe3aec7463dced6378470 diff --git a/package.xml b/package.xml index 401fce1..13852fd 100644 --- a/package.xml +++ b/package.xml @@ -19,8 +19,17 @@ 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. +It provides powerful request functionality with support for +parallel requests. + +Documentation: +v1: http://php.net/http +v2: http://devel-m6w6.rhcloud.com/mdref/http + +Code Coverage: +v1: http://dev.iworks.at/ext-http/lcov_html/ext/http/ +v2: http://dev.iworks.at/ext-http/lcov/ext/http/ + ]]> Michael Wallner @@ -28,30 +37,39 @@ support. Parallel requests are available for PHP 5 and greater. mike@php.net yes - 2013-08-12 + 2014-09-01 - 2.0.0beta5 - 2.0.0 + 2.1.0 + 2.1.0 - beta - beta + stable + stable BSD, revised errorHandling. -* The request ecosystem has been modularized to support different libraries, though for the moment only libcurl is supported. +- Removed port and scheme guessing of http\Url for portability +* Fixed PHP-5.3 compatibility +* Fixed PHP-5.4 compatibility +* Fixed possible bus error on shutdown when using events +* Fixed sovereignty of clients when using events +* Fixed a possible crash with http\Encoding\Stream\Dechunk::decode($unencoded) +* Fixed a leak in http\Client\Curl options +* Fixed bug #67733 (Compile error with libevent 2.x) ++ Added RFC5987 support in http\Params ++ Improved synthetic HTTP message parsing performace for ~20% ++ Added request options if libcurl has builtin c-ares support: + dns_interface, dns_local_ip4, dns_local_ip6 (all libcurl >= 7.33.0) ++ Added request options: + expect_100_timeout (libcurl >= 7.36.0), tcp_nodelay ++ Added transfer info: + curlcode, tls_session (libcurl >= 7.34.0), only available during transfer ]]> + @@ -91,8 +109,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be - - + + @@ -131,6 +149,7 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + @@ -144,6 +163,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + + @@ -151,6 +172,27 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + + + + + + + + + + + + + + + + + + + + + @@ -175,6 +217,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + + @@ -209,33 +253,43 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + - + + + + + + - - - - - - - - @@ -249,13 +303,13 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be raphf pecl.php.net - 0.1.0 + 1.0.0 raphf propro pecl.php.net - 0.1.0 + 1.0.0 propro @@ -282,11 +336,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be name="with-http-libevent-dir" prompt="where to find libevent" default="/usr" /> - - -