Skip to content

Commit ed67de7

Browse files
committed
Expose version
1 parent fd221de commit ed67de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

memprof.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,7 @@ PHP_MINFO_FUNCTION(memprof)
10291029
{
10301030
php_info_print_table_start();
10311031
php_info_print_table_header(2, "memprof support", "enabled");
1032+
php_info_print_table_header(2, "memprof version", PHP_MEMPROF_VERSION);
10321033
#if MEMPROF_DEBUG
10331034
php_info_print_table_header(2, "debug build", "Yes");
10341035
#endif

0 commit comments

Comments
 (0)