From 256a3e275575fe336810530e4e5fe869b00540ee Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 27 Jul 2015 09:11:46 +0200 Subject: [PATCH 1/1] prepare 2.5.1 --- package.xml | 14 +++++++++----- php_http.h | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package.xml b/package.xml index eecfe7e..9a32583 100644 --- a/package.xml +++ b/package.xml @@ -35,13 +35,13 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2015-07-09 + 2015-07-27 - 2.5.1dev + 2.5.1 2.5.0 - beta + stable stable BSD, revised @@ -347,7 +347,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ raphf pecl.php.net - 1.0.0 + 1.1.0 raphf @@ -376,6 +376,10 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ name="with-http-libevent-dir" prompt="where to find libevent" default="/usr" /> - + + diff --git a/php_http.h b/php_http.h index 74d760d..97b3ebc 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.1dev" +#define PHP_PECL_HTTP_VERSION "2.5.1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2