From 4f48201b690b6b10bffa348833364d1a3760483c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 9 Mar 2016 10:30:26 +0100 Subject: [PATCH] prepare 2.5.6 --- TODO | 3 ++- package.xml | 11 ++++++++--- php_http.h | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) 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 -- 2.30.2