From: Michael Wallner Date: Mon, 1 Sep 2014 09:03:06 +0000 (+0200) Subject: prepare 2.1.0 X-Git-Tag: RELEASE_2_1_0 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=82fb513a190c960a3c9f48c2cd1581c1e82781d3;ds=inline prepare 2.1.0 --- diff --git a/package.xml b/package.xml index 33ebef1..13852fd 100644 --- a/package.xml +++ b/package.xml @@ -37,22 +37,33 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2014-08-19 + 2014-09-01 - 2.1.0RC3 + 2.1.0 2.1.0 - beta + stable stable BSD, revised = 7.33.0) ++ Added request options: + expect_100_timeout (libcurl >= 7.36.0), tcp_nodelay ++ Added transfer info: + curlcode, tls_session (libcurl >= 7.34.0), only available during transfer ]]> @@ -153,6 +164,7 @@ Changes from RC2: + diff --git a/php_http.h b/php_http.h index 2aba98b..dbb179f 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.0RC3" +#define PHP_PECL_HTTP_VERSION "2.1.0" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry