summaryrefslogtreecommitdiffstats
path: root/xpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'xpass.c')
-rw-r--r--xpass.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xpass.c b/xpass.c
index b20e3ca..9592118 100644
--- a/xpass.c
+++ b/xpass.c
@@ -42,7 +42,9 @@ PHP_MINFO_FUNCTION(xpass)
{
php_info_print_table_start();
php_info_print_table_header(2, "xpass support", "enabled");
- php_info_print_table_row(2, "extension version", PHP_XPASS_VERSION);
+ php_info_print_table_row(2, "Extension version", PHP_XPASS_VERSION);
+ php_info_print_table_row(2, "Author", PHP_XPASS_VERSION);
+ php_info_print_table_row(2, "License", PHP_XPASS_LICENSE);
#ifdef HAVE_CRYPT_SHA512
php_info_print_table_row(2, "sha512 hash", "yes");
#else