summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-12-18 14:22:48 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-12-18 14:22:48 +0000
commit6654b31e26ff1187d6b1b49a2b027034a245e691 (patch)
treea55ac2d2eb4bc2b7a8ea36297d29ff2fbd9f5398 /ext/pgsql/tests
parentb6f856fbeca9708e13685073b4de83151401c213 (diff)
downloadphp-git-6654b31e26ff1187d6b1b49a2b027034a245e691.tar.gz
fixed test for ZTS
Diffstat (limited to 'ext/pgsql/tests')
-rwxr-xr-xext/pgsql/tests/80_bug27597.phpt2
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) {