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 b972cb2 commit 284a17dCopy full SHA for 284a17d
xpass.c
@@ -42,7 +42,9 @@ PHP_MINFO_FUNCTION(xpass)
42
{
43
php_info_print_table_start();
44
php_info_print_table_header(2, "xpass support", "enabled");
45
- php_info_print_table_row(2, "extension version", PHP_XPASS_VERSION);
+ 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);
48
#ifdef HAVE_CRYPT_SHA512
49
php_info_print_table_row(2, "sha512 hash", "yes");
50
#else
0 commit comments