Skip to content

Commit 46f660d

Browse files
committed
Update phpinfo
1 parent cba5a33 commit 46f660d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hashids.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,10 @@ PHP_MSHUTDOWN_FUNCTION(hashids)
388388
PHP_MINFO_FUNCTION(hashids)
389389
{
390390
php_info_print_table_start();
391-
php_info_print_table_header(2, "hashids support", "enabled");
391+
php_info_print_table_header(2, "Hashids support", "enabled");
392392
php_info_print_table_row(2, "Version", PHP_HASHIDS_VERSION);
393+
php_info_print_table_row(2, "Author", "ZiHang Gao <ocdoco@gmail.com>");
394+
php_info_print_table_row(2, "Issues", "https://github.com/cdoco/hashids.phpc/issues");
393395
php_info_print_table_end();
394396

395397
DISPLAY_INI_ENTRIES();

0 commit comments

Comments
 (0)