X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=8d197b02711ca9aa268b9485b3c657504efdbaa2;hp=94c963772dd825374f4ce5d41c01e826b62b27b7;hb=d7f91cdeb926694858b07d77e29e10d5617112b1;hpb=d25403ef573dd14b0d4f749754a0c097f0c62c16 diff --git a/package.xml b/package.xml index 94c9637..8d197b0 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,273 +37,274 @@ support. Parallel requests are available for PHP 5 and greater. mike@php.net yes - 2009-02-16 + 2014-07-11 - 1.7.0-dev - 1.7.0 + 2.1.0 + 2.0.0 - beta + stable stable BSD, revised = 7.17.1) - - address_scope: RFC4007 zone_id (libcurl >= 7.19.0) - - noproxy: comma separatet list of hosts (* means all hosts) not to use a proxy for (libcurl >= 7.19.4) - - ssl->issuercert: validate peer certificate issuer (libcurl >= 7.19.0) - - ssl->crlfile: require CRL check (libcurl >= 7.19.0 with openssl) - - ssl->certinfo: enable the certinfo gatherer (libcurl >= 7.19.1 with openssl) -* 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_SOCKS4A - - HTTP_PROXY_SOCKS5_HOSTNAME - - HTTP_PROXY_HTTP_1_0 -* Added request info members: - - redirect_url (libcurl >= 7.18.2) - - primary_ip (libcurl >= 7.19.0) - - appconnect_time (libcurl >= 7.19.0) - - certinfo (libcurl >= 7.19.1 with openssl) - - condition_unmet (libcurl >= 7.19.4) ++ Added RFC5987 support in http\Params +* General improvements to the test suite +* Fixed http\Env\Response::send() ignoring some write errors +* Fixed bug #67528 (RFC compliant default user agent) +* Fixed a garbage collector issue with JSON POSTs +* Fixed refcount issue and double free of message bodies +* Fixed use after free if the http\Client::enqueue() closure returns TRUE +* Fixed bug #67584 (http\Client\Response not initialized as response on failure) ]]> + - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - 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 @@ -302,34 +312,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" />