From ab1e3f28b540a475494980a33180927d8a3c0b81 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 2 Mar 2015 15:09:48 +0100 Subject: [PATCH] release 2.3.2 --- package.xml | 7 ++++--- php_http.h | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 476002b..d758e17 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-03-02 + 2015-03-12 - 2.3.1 + 2.3.2 2.3.0 @@ -46,7 +46,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised @@ -302,6 +302,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ + diff --git a/php_http.h b/php_http.h index c3d327f..00db3da 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.3.1" +#define PHP_PECL_HTTP_VERSION "2.3.2" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2