From: Michael Wallner Date: Mon, 1 Sep 2014 09:32:21 +0000 (+0200) Subject: back to dev X-Git-Tag: RELEASE_2_1_1~6 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=45713f68583ca808ff0c2f49a6bf818f52640acc;hp=82fb513a190c960a3c9f48c2cd1581c1e82781d3 back to dev --- diff --git a/package.xml b/package.xml index 13852fd..7089c70 100644 --- a/package.xml +++ b/package.xml @@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ 2014-09-01 - 2.1.0 + 2.1.1dev 2.1.0 @@ -48,22 +48,7 @@ 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: - curlcode, tls_session (libcurl >= 7.34.0), only available during transfer +* ]]> diff --git a/php_http.h b/php_http.h index dbb179f..a158055 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.1dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry