I'm not having much luck running the pdo_firebird tests ...
I've got as far as building with
./configure --disable-all --with-interbase=/opt/fb25cs --enable-pdo
--with-pdo-firebird=/opt/fb25cs --with-sqlite3 --with-pdo-sqlite
Having first tried JUST the pdo_firebird driver, but the test are still being
skipped, because there is no driver.
What am I missing here?
--
Lester Caine - G8HFL
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php
I'm not having much luck running the pdo_firebird tests ...
I've got as far as building with
./configure --disable-all --with-interbase=/opt/fb25cs --enable-pdo --with-pdo-firebird=/opt/fb25cs --with-sqlite3 --with-pdo-sqlite
Having first tried JUST the pdo_firebird driver, but the test are still being skipped, because there is no driver.What am I missing here?
Triple-check everything from the start:
- Any configure errors about unrecognized options?
- Is there any configure message about firebird?
- What does 'php -m' show?
- are you running 'make test TESTS=pdo_firebird' ?
- if not, are you using the right php binary?
- does a simple script work?
--
Email: christopher.jones@oracle.com
Tel: +1 650 506 8630
Blog: http://blogs.oracle.com/opal/
I'm not having much luck running the pdo_firebird tests ...
I've got as far as building with
./configure --disable-all --with-interbase=/opt/fb25cs --enable-pdo --with-pdo-firebird=/opt/fb25cs --with-sqlite3 --with-pdo-sqlite
Having first tried JUST the pdo_firebird driver, but the test are still being skipped, because there is no driver.What am I missing here?
Triple-check everything from the start:
- Any configure errors about unrecognized options?
- Is there any configure message about firebird?
- What does 'php -m' show?
- are you running 'make test TESTS=pdo_firebird' ?
- if not, are you using the right php binary?
- does a simple script work?
And:
- does ext/pdo_firebird/tests/common.phpt have the right connection details?
Chris
--
Email: christopher.jones@oracle.com
Tel: +1 650 506 8630
Blog: http://blogs.oracle.com/opal/
2011/9/9 Christopher Jones christopher.jones@oracle.com:
I'm not having much luck running the pdo_firebird tests ...
I've got as far as building with
./configure --disable-all --with-interbase=/opt/fb25cs --enable-pdo
--with-pdo-firebird=/opt/fb25cs --with-sqlite3 --with-pdo-sqlite
Having first tried JUST the pdo_firebird driver, but the test are still
being skipped, because there is no driver.What am I missing here?
Triple-check everything from the start:
- Any configure errors about unrecognized options?
- Is there any configure message about firebird?
- What does 'php -m' show?
- are you running 'make test TESTS=pdo_firebird' ?
Actually, it should be 'make test TESTS=ext/pdo_firebird'
- if not, are you using the right php binary?
- does a simple script work?--
Email: christopher.jones@oracle.com
Tel: +1 650 506 8630
Blog: http://blogs.oracle.com/opal/--
--
Regards,
Shein Alexey