From: Michael Wallner Date: Wed, 9 Mar 2016 09:30:26 +0000 (+0100) Subject: prepare 2.5.6 X-Git-Tag: RELEASE_2_5_6 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=refs%2Ftags%2FRELEASE_2_5_6 prepare 2.5.6 --- diff --git a/TODO b/TODO index 33b759f..468f9c1 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ * let the message body be a simple query string unless files are added * php_http_message_serialize reverses the chain twice; remove that -* CURLOPT_PROXY_HEADER and CURLOPT_HEADEROPT \ No newline at end of file +* CURLOPT_PROXY_HEADER and CURLOPT_HEADEROPT +* CURLMOPT_PIPELINING changed to a bitmask \ No newline at end of file diff --git a/package.xml b/package.xml index 1e12302..da6a13d 100644 --- a/package.xml +++ b/package.xml @@ -35,9 +35,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2015-12-07 + 2016-03-09 - 2.5.6dev + 2.5.6 2.5.0 @@ -46,7 +46,10 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ BSD-2-Clause @@ -128,6 +131,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ + @@ -157,6 +161,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ + diff --git a/php_http.h b/php_http.h index be5aeb5..8002c76 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.5.6dev" +#define PHP_PECL_HTTP_VERSION "2.5.6" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry