From 1877255c8c4935cf5c57c4f177f86cfe434dd2ed Mon Sep 17 00:00:00 2001 From: longxinhui Date: Mon, 5 Jul 2021 11:28:28 +0800 Subject: [PATCH] releasing 2.3.3 --- extension/php_xhprof.h | 2 +- package.xml | 29 ++++++++++++++++++++++------- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/extension/php_xhprof.h b/extension/php_xhprof.h index 2fe5c98f..8f5e03b2 100755 --- a/extension/php_xhprof.h +++ b/extension/php_xhprof.h @@ -43,7 +43,7 @@ extern zend_module_entry xhprof_module_entry; */ /* XHProf version */ -#define XHPROF_VERSION "2.3.3-dev" +#define XHPROF_VERSION "2.3.3" #define XHPROF_FUNC_HASH_COUNTERS_SIZE 1024 diff --git a/package.xml b/package.xml index 8e1f9da8..d5eb44d7 100644 --- a/package.xml +++ b/package.xml @@ -40,11 +40,11 @@ longxinhui@php.net yes - 2021-05-07 - + 2021-07-05 + - 2.3.2 - 2.3.2 + 2.3.3 + 2.3.3 stable @@ -52,9 +52,8 @@ Apache 2.0 - - PHP8 JIT support #51 - - Allow to override xhprof.output_dir via env XHPROF_OUTPUT_DIR - - Set SVG render as default for callgraph.php + - Fix memory leak on array_filter #60 + - Custom xhprof_error @@ -123,6 +122,22 @@ xhprof + + 2021-07-05 + + 2.3.3 + 2.3.3 + + + stable + stable + + + - Fix memory leak on array_filter #60 + - Custom xhprof_error + + + 2021-05-07