From 41d43e0423ea39eee762a223f3f600aa4c822d09 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Thu, 13 Aug 2015 16:39:03 +0800 Subject: [PATCH] Prepare for releasing 2.3.4 --- package.xml | 17 ++++++++++------- php_yaf.h | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package.xml b/package.xml index 9f95bd05..4b80b6f0 100644 --- a/package.xml +++ b/package.xml @@ -10,19 +10,22 @@ laruence@php.net yes - 2014-10-22 - + 2015-08-13 + - 2.3.3 - 2.3.3 + 2.3.4 + 2.3.4 - beta - beta + stable + stable PHP - - Fixed build with PHP-5.6 + - Fixed ISSUE #134 + - Fixed ISSUE #181 + - Fixed invalid read(segfault) with php-5.4 + - Fixed bug (Exception in preDispatch is not caught) diff --git a/php_yaf.h b/php_yaf.h index 5d5508ee..0781cd8e 100644 --- a/php_yaf.h +++ b/php_yaf.h @@ -40,7 +40,7 @@ extern zend_module_entry yaf_module_entry; #define YAF_G(v) (yaf_globals.v) #endif -#define PHP_YAF_VERSION "2.3.4-dev" +#define PHP_YAF_VERSION "2.3.4" #define YAF_STARTUP_FUNCTION(module) ZEND_MINIT_FUNCTION(yaf_##module) #define YAF_RINIT_FUNCTION(module) ZEND_RINIT_FUNCTION(yaf_##module)