From eeabd22b5987b151d4b4278e573e97c7ea295957 Mon Sep 17 00:00:00 2001 From: longxinhui Date: Fri, 7 May 2021 10:31:43 +0800 Subject: [PATCH] release 2.3.1 stable version --- extension/php_xhprof.h | 2 +- package.xml | 27 +++++++++++++++++++++++---- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/extension/php_xhprof.h b/extension/php_xhprof.h index 8ff866bc..4c3b7d98 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.0" +#define XHPROF_VERSION "2.3.1" #define XHPROF_FUNC_HASH_COUNTERS_SIZE 1024 diff --git a/package.xml b/package.xml index 8a9249c7..6a7fcb43 100644 --- a/package.xml +++ b/package.xml @@ -40,18 +40,20 @@ longxinhui@php.net yes - 2021-04-30 - + 2021-05-07 + 2.3.1 2.3.1 - beta - beta + stable + stable 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 @@ -121,6 +123,23 @@ xhprof + + 2021-05-07 + + 2.3.1 + 2.3.1 + + + stable + stable + + + - PHP8 JIT support #51 + - Allow to override xhprof.output_dir via env XHPROF_OUTPUT_DIR + - Set SVG render as default for callgraph.php + + + 2021-04-30