From: Popa Adrian Marius Date: Tue, 8 Apr 2014 14:36:38 +0000 (+0300) Subject: cleanup old unsupported versions of Firebird 1.0.x X-Git-Tag: PRE_PHPNG_MERGE~422 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8abcd97333561586330c703909e04766e753439d;p=php cleanup old unsupported versions of Firebird 1.0.x --- diff --git a/ext/interbase/interbase.c b/ext/interbase/interbase.c index c78c522606..f4dae3ad21 100644 --- a/ext/interbase/interbase.c +++ b/ext/interbase/interbase.c @@ -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);