X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=4b5dbedd0ad4ae77b7f1ae13ceadb9aae6f95a3c;hp=4266aa66d8040db2b9268f0f5789fe8ba6c996d8;hb=9eca8033a9a4e981aa88a51d8b5297b62d925f2c;hpb=1ff52a3e07565d94dab3eccb485aba28c0d10b84 diff --git a/package.xml b/package.xml index 4266aa6..4b5dbed 100644 --- a/package.xml +++ b/package.xml @@ -14,13 +14,22 @@ This HTTP extension aims to provide a convenient and powerful set of functionality for one of PHPs major applications. -It eases handling of HTTP urls, dates, redirects, headers and -messages, provides means for negotiation of clients preferred +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. +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,264 +37,270 @@ support. Parallel requests are available for PHP 5 and greater. mike@php.net yes - 2010-06-09 + 2014-08-05 - 1.7.0 - 1.7.0 + 2.1.0RC2 + 2.1.0 - stable + beta stable BSD, revised = 7.19.4) -* Added postredir request options constants: - - HTTP_POSTREDIR_301 - - HTTP_POSTREDIR_302 - - HTTP_POSTREDIR_ALL -* Added authtype request option constant: - - HTTP_AUTH_DIGEST_IE -* Added proxytype request option constants: - - HTTP_PROXY_HTTP_1_0 -* Added request info members: - - condition_unmet (libcurl >= 7.19.4) -* Fixed bug #16893 (Content not decoded with zlib support and compress enabled) -* Fixed bug #17087 (http_build_cookie() exhausts memory if cookie value is NULL) -* Fixed bug #17169 (Wrong return value of HttpMessage::getHttpVersion()) +Changes from RC1: +* Fixed a possible crash with http\Encoding\Stream\Dechunk::decode($unencoded) +* Fixed a leak in http\Client\Curl options +* Fixed PHP-5.4 compatibility ]]> + - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - 4.3 - 6.0.0 - 6.0.0 + 5.3.0 1.4.1 + + raphf + pecl.php.net + 1.0.0 + raphf + + + propro + pecl.php.net + 1.0.0 + propro + - spl - session hash iconv @@ -293,34 +308,21 @@ support. Parallel requests are available for PHP 5 and greater. http + name="with-http" + prompt="Enable extended HTTP support" + default="yes" /> + name="with-http-zlib-dir" + prompt="where to find zlib" + default="/usr" /> + name="with-http-libcurl-dir" + prompt="where to find libcurl" + default="/usr" /> - - - - - - - - - + name="with-http-libevent-dir" + prompt="where to find libevent" + default="/usr" />