From b751f1c49ffd45a632d636cd893d9e80a289b696 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Fri, 7 Jan 2022 15:27:02 +0100 Subject: [PATCH] 3.0.2 (#79) --- package.xml | 30 +++++++++++++++++++++++++++--- php_memprof.h | 2 +- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index fe4ae52..abaf3ea 100644 --- a/package.xml +++ b/package.xml @@ -10,10 +10,10 @@ lbarnaud@php.net yes - 2021-03-29 + 2022-01-07 - 3.0.1 + 3.0.2 1.0.0 @@ -22,7 +22,15 @@ BSD - * Fix build + ## Improvements + - PHP 8.1 support (@remicollet) + - Added parameter types and return types (@remicollet) + - dump_on_limit: Append the profile filename to the "Allowed memory size of %d + bytes exhausted" error message (@arnaud-lb) + - Added memprof_version() function (@arnaud-lb) + + ## Bugfixes + - Fixed compatibility issue with xdebug (@arnaud-lb) @@ -70,6 +78,22 @@ memprof + + 2021-03-29 + + + 3.0.1 + 1.0.0 + + + stable + stable + + BSD + + * Fix build + + 2021-03-29 diff --git a/php_memprof.h b/php_memprof.h index 442a3f8..0c858fb 100644 --- a/php_memprof.h +++ b/php_memprof.h @@ -16,7 +16,7 @@ #define PHP_MEMPROF_H #define MEMPROF_NAME "memprof" -#define PHP_MEMPROF_VERSION "3.0.1" +#define PHP_MEMPROF_VERSION "3.0.2" extern zend_module_entry memprof_module_entry; #define phpext_memprof_ptr &memprof_module_entry