X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=f12a254f4e72bbeae28eeaad8f12955af063dd80;hp=cdbfe09673e17be7e7c92e1a844e4cfd5202d2ac;hb=7ff75e239be15bedfbd3b69d706fc2bcd322ab74;hpb=7a5c865f6faf8b1b6c91735e9d3b040449ea74ba diff --git a/package.xml b/package.xml index cdbfe09..f12a254 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,10 +37,10 @@ support. Parallel requests are available for PHP 5 and greater. mike@php.net yes - 2013-06-20 + 2014-09-25 - 1.7.6 - 1.7.0 + 2.1.2 + 2.1.0 stable @@ -39,235 +48,261 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised = 7.38.0), SSL_VERSION_TLSv1_{0,1,2} (libcurl >= 7.34) +* Fixed bug #68083 (PUT method not working after DELETE) +* Fixed bug #68009 (Segmentation fault after calling exit(0) after a request) +* Fixed bug #68000 (Extension does not build on FreeBSD) ]]> + - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - 4.3 + 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 @@ -275,34 +310,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" />