diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2005-12-18 14:22:48 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2005-12-18 14:22:48 +0000 |
| commit | 6654b31e26ff1187d6b1b49a2b027034a245e691 (patch) | |
| tree | a55ac2d2eb4bc2b7a8ea36297d29ff2fbd9f5398 /ext/pgsql/tests | |
| parent | b6f856fbeca9708e13685073b4de83151401c213 (diff) | |
| download | php-git-6654b31e26ff1187d6b1b49a2b027034a245e691.tar.gz | |
fixed test for ZTS
Diffstat (limited to 'ext/pgsql/tests')
| -rwxr-xr-x | ext/pgsql/tests/80_bug27597.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/tests/80_bug27597.phpt b/ext/pgsql/tests/80_bug27597.phpt index aa04a4a225..b27d6e94f0 100755 --- a/ext/pgsql/tests/80_bug27597.phpt +++ b/ext/pgsql/tests/80_bug27597.phpt @@ -7,7 +7,7 @@ require_once('skipif.inc'); --FILE-- <?php -require_once('config.inc'); +require_once(dirname(__FILE__) . '/config.inc'); $dbh = @pg_connect($conn_str); if (!$dbh) { |
