Another attempt to get php to use interbase extension
This commit is contained in:
parent
6fa773480b
commit
2a8664b92d
@ -13,6 +13,10 @@ php:
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install -qq php5-interbase firebird2.5-super
|
- 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:
|
install:
|
||||||
- sudo chmod 777 tests/db_files/FB_TEST_DB.FDB
|
- sudo chmod 777 tests/db_files/FB_TEST_DB.FDB
|
||||||
|
@ -13,11 +13,6 @@
|
|||||||
|
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
|
|
||||||
if (($var = getenv('CI')))
|
|
||||||
{
|
|
||||||
dl('interbase.so');
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Quercus detection for workarounds
|
* Quercus detection for workarounds
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user