From e58620492c09fff69fa7affa008dd4595b001dd6 Mon Sep 17 00:00:00 2001 From: longxinhui Date: Thu, 8 Jul 2021 09:58:44 +0800 Subject: [PATCH] back to beta --- extension/php_xhprof.h | 2 +- package.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extension/php_xhprof.h b/extension/php_xhprof.h index 8f5e03b2..d9976bb6 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" +#define XHPROF_VERSION "2.3.4-dev" #define XHPROF_FUNC_HASH_COUNTERS_SIZE 1024 diff --git a/package.xml b/package.xml index d5eb44d7..58c71f12 100644 --- a/package.xml +++ b/package.xml @@ -53,7 +53,7 @@ Apache 2.0 - Fix memory leak on array_filter #60 - - Custom xhprof_error + - Custom xhprof_error #59 @@ -134,7 +134,7 @@ - Fix memory leak on array_filter #60 - - Custom xhprof_error + - Custom xhprof_error #59