php-src/ext/pdo_firebird
Kalle Sommer Nielsen c9599c1c72 Rewrite PDO_Firebird tests to not depend on ext/interbase
I have no idea how I managed to get this to work, but there is 4 new environment variables that
can be specified for the connection:

- PDO_FIREBIRD_USERNAME
- PDO_FIREBIRD_PASSWORD
- PDO_FIREBIRD_HOSTNAME
- PDO_FIREBIRD_DATABASE

(See testdb.inc for more info)

The only way I could get this to work on my local machine was with a DSN like:

- firebird:dbname=localhost:C:\php.fdb

Hence why the 'hostname' can be specified.

There is also a bit mess in regards to cleanup of this extension tests, but I really do not want to dwell down there, if someone dares to do so, then please be my guest.
2019-05-02 21:48:24 +03:00
..
tests Rewrite PDO_Firebird tests to not depend on ext/interbase 2019-05-02 21:48:24 +03:00
config.m4 Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
CREDITS Cleanup $ is not needed for git 2014-04-10 17:42:32 +03:00
firebird_driver.c Remove local variables 2019-02-03 21:03:00 +01:00
firebird_statement.c Remove local variables 2019-02-03 21:03:00 +01:00
pdo_firebird.c Remove local variables 2019-02-03 21:03:00 +01:00
php_pdo_firebird_int.h Remove local variables 2019-02-03 21:03:00 +01:00
php_pdo_firebird.h Remove local variables 2019-02-03 21:03:00 +01:00