From: Michael Wallner Date: Tue, 5 Aug 2014 15:07:06 +0000 (+0200) Subject: prepare R_2_1_0_RC2 X-Git-Tag: RELEASE_2_1_0_RC2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=9eca8033a9a4e981aa88a51d8b5297b62d925f2c;hp=57bfeaae7196fd754aad2150dfd1d3258ea8ce66 prepare R_2_1_0_RC2 --- diff --git a/package.xml b/package.xml index 664a401..4b5dbed 100644 --- a/package.xml +++ b/package.xml @@ -37,9 +37,9 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2014-08-01 + 2014-08-05 - 2.1.0dev + 2.1.0RC2 2.1.0 @@ -48,16 +48,10 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised = 7.33.0) -+ Added request options: - expect_100_timeout (libcurl >= 7.36.0) - tcp_nodelay -+ Added transfer info: - tls_session (libcurl >= 7.34.0), only available during transfer +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 ]]> diff --git a/php_http.h b/php_http.h index a911044..b5de222 100644 --- a/php_http.h +++ b/php_http.h @@ -13,7 +13,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_PECL_HTTP_VERSION "2.1.0dev" +#define PHP_PECL_HTTP_VERSION "2.1.0RC2" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry