From e22dd6cb74cad51a1fcc0a1b0495665b822c736f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 9 Sep 2015 16:29:57 +0200 Subject: [PATCH] prepare 2.5.2 --- package.xml | 6 +++--- php_http.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index cdec164..a1ff022 100644 --- a/package.xml +++ b/package.xml @@ -23,7 +23,7 @@ It provides powerful request functionality with support for parallel requests. Documentation: -http://devel-m6w6.rhcloud.com/mdref/http +https://mdref.m6w6.name/http Code Coverage: http://dev.iworks.at/ext-http/lcov/ext/http/ @@ -35,9 +35,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2015-07-28 + 2015-09-09 - 2.5.2dev + 2.5.2 2.5.0 diff --git a/php_http.h b/php_http.h index 4cb4d04..2ddd52d 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.2dev" +#define PHP_PECL_HTTP_VERSION "2.5.2" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2