Skip to content

Commit 284a17d

Browse files
committed
report author/license
1 parent b972cb2 commit 284a17d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xpass.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ PHP_MINFO_FUNCTION(xpass)
4242
{
4343
php_info_print_table_start();
4444
php_info_print_table_header(2, "xpass support", "enabled");
45-
php_info_print_table_row(2, "extension version", PHP_XPASS_VERSION);
45+
php_info_print_table_row(2, "Extension version", PHP_XPASS_VERSION);
46+
php_info_print_table_row(2, "Author", PHP_XPASS_VERSION);
47+
php_info_print_table_row(2, "License", PHP_XPASS_LICENSE);
4648
#ifdef HAVE_CRYPT_SHA512
4749
php_info_print_table_row(2, "sha512 hash", "yes");
4850
#else

0 commit comments

Comments
 (0)