From 931511ad28e5fe859014fe099b215db2c9e34277 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 9 Jul 2015 08:56:36 +0200 Subject: [PATCH] 2.5 --- package.xml | 13 +++++++------ php_http.h | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.xml b/package.xml index e05ab6d..d0c1176 100644 --- a/package.xml +++ b/package.xml @@ -35,20 +35,20 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2015-05-21 + 2015-07-09 - 2.5.0RC1 + 2.5.0 2.5.0 - beta + stable stable 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 289a395..4cadffa 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.0RC1" +#define PHP_PECL_HTTP_VERSION "2.5.0" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2