Skip to content

Commit 05049db

Browse files
committed
display extension version in phpinfo
1 parent af5ae31 commit 05049db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: interbase.c

+2
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,8 @@ PHP_MINFO_FUNCTION(ibase)
809809
"static");
810810
#endif
811811

812+
php_info_print_table_row(2, "Interbase extension version", PHP_INTERBASE_VERSION);
813+
812814
#ifdef FB_API_VER
813815
snprintf( (s = tmp), sizeof(tmp), "Firebird API version %d", FB_API_VER);
814816
#elif (SQLDA_CURRENT_VERSION > 1)

0 commit comments

Comments
 (0)