mirror of
https://github.com/php/pecl-database-tdb.git
synced 2026-03-24 01:02:18 +01:00
add revision tag to the phpinfo() output
This commit is contained in:
1
tdb.c
1
tdb.c
@@ -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();
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user