Another attempt to get php to use interbase extension

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

View File

@ -16,14 +16,13 @@ before_install:
install:
- sudo chmod 777 tests/db_files/FB_TEST_DB.FDB
- sudo pecl install -f pdo_firebird-0.2
#- sudo pecl install -f pdo_firebird-0.2
before_script:
- sudo service firebird2.5-super start
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
- psql -c 'create database test;' -U postgres
- mysql -e 'create database IF NOT EXISTS test;'
#- sudo php5enmod interbase
script:
- mkdir -p build/logs