From ca4cde86ae6a7f40a1ddec044e4999d8a119e944 Mon Sep 17 00:00:00 2001 From: longxinhui Date: Sun, 5 Sep 2021 13:28:07 +0800 Subject: [PATCH] release v2.3.5 release v2.3.5 --- extension/php_xhprof.h | 2 +- package.xml | 25 ++++++++++++++++++++----- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/extension/php_xhprof.h b/extension/php_xhprof.h index 6f0df2d0..ee0c1bcd 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.4" +#define XHPROF_VERSION "2.3.5" #define XHPROF_FUNC_HASH_COUNTERS_SIZE 1024 diff --git a/package.xml b/package.xml index 168c1dba..463e2d7b 100644 --- a/package.xml +++ b/package.xml @@ -40,11 +40,11 @@ longxinhui@php.net yes - 2021-08-04 - + 2021-09-05 + - 2.3.4 - 2.3.4 + 2.3.5 + 2.3.5 stable @@ -52,7 +52,7 @@ Apache 2.0 - - fix for 8.1.0alpha2 #61 + - Fix multiple memory releases #62 @@ -121,6 +121,21 @@ xhprof + + 2021-09-05 + + 2.3.5 + 2.3.5 + + + stable + stable + + + - Fix multiple memory releases #62 + + + 2021-08-04