From 45713f68583ca808ff0c2f49a6bf818f52640acc Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 1 Sep 2014 11:32:21 +0200 Subject: [PATCH] back to dev --- package.xml | 19 ++----------------- php_http.h | 2 +- 2 files changed, 3 insertions(+), 18 deletions(-) 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 -- 2.30.2