add revision tag to the phpinfo() output

This commit is contained in:
Antony Dovgal
2008-04-18 07:36:56 +00:00
parent 57b7e5db00
commit 4984ce07b2

1
tdb.c
View File

@@ -129,6 +129,7 @@ PHP_MINFO_FUNCTION(tdb)
php_info_print_table_start();
php_info_print_table_header(2, "Trivial DB support", "enabled");
php_info_print_table_row(2, "Extension version", PHP_TDB_VERSION);
php_info_print_table_row(2, "Revision", "$Revision$");
php_info_print_table_end();
}
/* }}} */