From f277f6e69b9f917f7f74aed2ab6d34ec13461e84 Mon Sep 17 00:00:00 2001 From: XinHui Long Date: Wed, 14 Dec 2022 12:25:29 +0800 Subject: [PATCH] release 2.3.9 --- extension/php_xhprof.h | 2 +- package.xml | 27 ++++++++++++++++++++++----- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/extension/php_xhprof.h b/extension/php_xhprof.h index cbb52176..a8b0f823 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.8" +#define XHPROF_VERSION "2.3.9" #define XHPROF_FUNC_HASH_COUNTERS_SIZE 1024 diff --git a/package.xml b/package.xml index 2cfeb414..60558cde 100644 --- a/package.xml +++ b/package.xml @@ -40,11 +40,11 @@ longxinhui@php.net yes - 2022-11-05 - + 2022-12-14 + - 2.3.8 - 2.3.8 + 2.3.9 + 2.3.9 stable @@ -52,7 +52,8 @@ Apache 2.0 - - fix version number + - Nullify references once not used to prevent double-frees #73 + - Fixed clocks to microseconds conversion on Mac #75 @@ -121,6 +122,22 @@ xhprof + + 2022-12-14 + + 2.3.9 + 2.3.9 + + + stable + stable + + + - Nullify references once not used to prevent double-frees #73 + - Fixed clocks to microseconds conversion on Mac #75 + + + 2022-11-05