From 8117b906ae09e8825bb5bae4dcfc09a4866c2002 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 8 Apr 2015 12:12:49 +0200 Subject: [PATCH 1/1] release 2.4.3 --- package.xml | 7 ++++--- php_http.h | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 6566678..4160cf9 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-04-03 + 2015-04-08 - 2.4.3dev + 2.4.3 2.4.0 @@ -46,7 +46,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised @@ -149,6 +149,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ + diff --git a/php_http.h b/php_http.h index 403c3c7..a4e9281 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.4.3dev" +#define PHP_PECL_HTTP_VERSION "2.4.3" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2