From: Ard Biesheuvel Date: Sat, 12 Jun 2004 16:05:49 +0000 (+0000) Subject: Removed dependency on regular interbase extension X-Git-Tag: php-5.0.0~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fb48b50918a4460a653351e36f6b669c522e9ad;p=php Removed dependency on regular interbase extension --- diff --git a/ext/pdo_firebird/config.w32 b/ext/pdo_firebird/config.w32 index 29cd48e4e0..0617b28c3c 100644 --- a/ext/pdo_firebird/config.w32 +++ b/ext/pdo_firebird/config.w32 @@ -15,5 +15,4 @@ if (PHP_PDO_FIREBIRD != "no") { WARNING("pdo_firebird not enabled; libraries and headers not found"); } ADD_EXTENSION_DEP('pdo_firebird', 'pdo'); - ADD_EXTENSION_DEP('pdo_firebird', 'interbase'); }