mirror of
https://github.com/php/pecl-database-interbase.git
synced 2026-03-23 22:52:06 +01:00
display extension version in phpinfo
This commit is contained in:
@@ -809,6 +809,8 @@ PHP_MINFO_FUNCTION(ibase)
|
||||
"static");
|
||||
#endif
|
||||
|
||||
php_info_print_table_row(2, "Interbase extension version", PHP_INTERBASE_VERSION);
|
||||
|
||||
#ifdef FB_API_VER
|
||||
snprintf( (s = tmp), sizeof(tmp), "Firebird API version %d", FB_API_VER);
|
||||
#elif (SQLDA_CURRENT_VERSION > 1)
|
||||
|
||||
Reference in New Issue
Block a user