]> granicus.if.org Git - php/commitdiff
cleanup old unsupported versions of Firebird 1.0.x
authorPopa Adrian Marius <mapopa@reea.net>
Tue, 8 Apr 2014 14:36:38 +0000 (17:36 +0300)
committerPopa Adrian Marius <mapopa@reea.net>
Tue, 8 Apr 2014 14:36:38 +0000 (17:36 +0300)
ext/interbase/interbase.c

index c78c5226061e024fabaaf9ff119259079f4d6283..f4dae3ad216705f185a4fea4c0db7f9431691e7c 100644 (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);