Skip to content

Commit

Permalink
show versions in MINFO
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Mar 29, 2022
1 parent 90a5ee4 commit 828a654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ion.c
Original file line number Diff line number Diff line change
Expand Up @@ -1895,6 +1895,8 @@ PHP_MINFO_FUNCTION(ion)
{
php_info_print_table_start();
php_info_print_table_header(2, "ion support", "enabled");
php_info_print_table_row(2, "ion version", PHP_ION_VERSION);
php_info_print_table_row(2, "ion-c version", "unknown");
php_info_print_table_end();
}

Expand Down

0 comments on commit 828a654

Please sign in to comment.