1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

cleanup old unsupported versions of Firebird 1.0.x

This commit is contained in:
Popa Adrian Marius
2014-04-08 17:36:38 +03:00
parent 88cd44aa62
commit 8abcd97333
-6
View File
@@ -818,10 +818,6 @@ PHP_MINFO_FUNCTION(ibase)
snprintf( (s = tmp), sizeof(tmp), "Firebird API version %d", FB_API_VER);
#elif (SQLDA_CURRENT_VERSION > 1)
s = "Interbase 7.0 and up";
#elif !defined(DSC_null)
s = "Interbase 6";
#else
s = "Firebird 1.0";
#endif
php_info_print_table_row(2, "Compile-time Client Library Version", s);
@@ -840,8 +836,6 @@ PHP_MINFO_FUNCTION(ibase)
#endif
if (info_func) {
info_func(s = tmp);
} else {
s = "Firebird 1.0/Interbase 6";
}
php_info_print_table_row(2, "Run-time Client Library Version", s);
} while (0);