From 58a176e0177e897d711f300f5209a6755ba8656c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 1 Aug 2014 10:20:43 +0200 Subject: [PATCH] prepare R_2_1_0_RC1 --- package.xml | 15 +++++++++++---- php_http.h | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) 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 -- 2.30.2