From: Michael Wallner Date: Fri, 1 Aug 2014 08:20:43 +0000 (+0200) Subject: prepare R_2_1_0_RC1 X-Git-Tag: RELEASE_2_1_0_RC1~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=58a176e0177e897d711f300f5209a6755ba8656c prepare R_2_1_0_RC1 --- diff --git a/package.xml b/package.xml index 5070ece..db00c22 100644 --- a/package.xml +++ b/package.xml @@ -37,19 +37,26 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2014-07-11 + 2014-08-01 - 2.1.0 - 2.0.0 + 2.1.0RC1 + 2.1.0 - stable + beta stable 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 ]]> diff --git a/php_http.h b/php_http.h index dbb179f..7267008 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.0" +#define PHP_PECL_HTTP_VERSION "2.1.0RC1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry