Another attempt to get php to use interbase extension

This commit is contained in:
Timothy Warren 2015-08-26 10:21:12 -04:00
parent 8898902973
commit d5c8212dd0
2 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,7 @@ before_install:
install: install:
- sudo chmod 777 tests/db_files/FB_TEST_DB.FDB - sudo chmod 777 tests/db_files/FB_TEST_DB.FDB
- pecl install -f pdo_firebird-0.2 - sudo pecl install -f pdo_firebird-0.2
before_script: before_script:
- sudo service firebird2.5-super start - sudo service firebird2.5-super start

View File

@ -13,6 +13,11 @@
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
if (($var = getenv('CI')))
{
dl('interbase.so');
}
/** /**
* Quercus detection for workarounds * Quercus detection for workarounds
*/ */