We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba5a33 commit 46f660dCopy full SHA for 46f660d
hashids.c
@@ -388,8 +388,10 @@ PHP_MSHUTDOWN_FUNCTION(hashids)
388
PHP_MINFO_FUNCTION(hashids)
389
{
390
php_info_print_table_start();
391
- php_info_print_table_header(2, "hashids support", "enabled");
+ php_info_print_table_header(2, "Hashids support", "enabled");
392
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");
395
php_info_print_table_end();
396
397
DISPLAY_INI_ENTRIES();
0 commit comments