summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/80_bug27597.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/tests/80_bug27597.phpt')
-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 aa04a4a22..b27d6e94f 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) {