Skip to content

Commit 28f35c1

Browse files
committed
Merge branch 'PHP-7.0'
* PHP-7.0: Committed by accident
2 parents 8fd92e0 + 92828ae commit 28f35c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/pgsql/tests/config.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// environment var PGSQL_TEST_CONNSTR
66

77
// "test" database must exist. i.e. "createdb test" before testing
8-
$conn_str = getenv('PGSQL_TEST_CONNSTR') ?: "host=localhost dbname=test port=5432 user=postgres password=postgres"; // connection string
8+
$conn_str = getenv('PGSQL_TEST_CONNSTR') ?: "host=localhost dbname=test port=5432"; // connection string
99

1010
$table_name = "php_pgsql_test"; // test table that will be created
1111
$table_name_92 = "php_pgsql_test_92"; // test table that will be created

0 commit comments

Comments
 (0)