Browse Source

Removed dependency on regular interbase extension

PHP-5.0
Ard Biesheuvel 22 years ago
parent
commit
1fb48b5091
  1. 1
      ext/pdo_firebird/config.w32

1
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');
}
Loading…
Cancel
Save