Another attempt to get php to use interbase extension

This commit is contained in:
Timothy Warren 2015-08-26 10:30:16 -04:00
parent 6fa773480b
commit 2a8664b92d
2 changed files with 4 additions and 5 deletions

View File

@ -13,6 +13,10 @@ php:
before_install:
- sudo apt-get update
- sudo apt-get install -qq php5-interbase firebird2.5-super
- echo "extension = interbase.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo "extension = firebird.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo "zend_extension = interbase.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo "zend_extension = firebird.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
install:
- sudo chmod 777 tests/db_files/FB_TEST_DB.FDB

View File

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