From b77ef04abf25dc1c7980eeed747ba3ac9402f9e2 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Sun, 31 Dec 2017 12:17:37 +0800 Subject: [PATCH] releasing 3.0.6 --- package.xml | 28 ++++++++++++++++++++++------ php_yaf.h | 2 +- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/package.xml b/package.xml index ac65910a..c6df0a49 100644 --- a/package.xml +++ b/package.xml @@ -10,11 +10,11 @@ laruence@php.net yes - 2017-06-29 - + 2017-12-31 + - 3.0.5 - 3.0.5 + 3.0.6 + 3.0.6 stable @@ -23,7 +23,7 @@ PHP - PHP-7.2 Support - - Fixed issue #360 (class not found in high traffice server) + - Fixed assertion faile (potential unexpected write to immutable array) @@ -223,6 +223,23 @@ yaf + + 2017-12-31 + + 3.0.6 + 3.0.6 + + + stable + stable + + PHP License + + - PHP-7.2 Support + - Fixed issue #360 (class not found in high traffice server) + + + 2017-06-29 @@ -239,7 +256,6 @@ - Fixed issue #360 (class not found in high traffice server) - 2016-08-18 diff --git a/php_yaf.h b/php_yaf.h index 553f03d3..40234282 100644 --- a/php_yaf.h +++ b/php_yaf.h @@ -39,7 +39,7 @@ extern zend_module_entry yaf_module_entry; #define YAF_G(v) (yaf_globals.v) #endif -#define PHP_YAF_VERSION "3.0.6-dev" +#define PHP_YAF_VERSION "3.0.6" #define YAF_STARTUP_FUNCTION(module) ZEND_MINIT_FUNCTION(yaf_##module) #define YAF_RINIT_FUNCTION(module) ZEND_RINIT_FUNCTION(yaf_##module)