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