From: Xinchen Hui Date: Thu, 12 May 2016 05:40:22 +0000 (+0800) Subject: Committed by accident X-Git-Tag: php-7.0.8RC1~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92828ae204268d98913eb7392a767abab4bb68bf;p=php Committed by accident --- diff --git a/ext/pgsql/tests/config.inc b/ext/pgsql/tests/config.inc index 7be1e242ad..e9944de793 100644 --- a/ext/pgsql/tests/config.inc +++ b/ext/pgsql/tests/config.inc @@ -5,7 +5,7 @@ // environment var PGSQL_TEST_CONNSTR // "test" database must exist. i.e. "createdb test" before testing -$conn_str = getenv('PGSQL_TEST_CONNSTR') ?: "host=localhost dbname=test port=5432 user=postgres password=postgres"; // connection string +$conn_str = getenv('PGSQL_TEST_CONNSTR') ?: "host=localhost dbname=test port=5432"; // connection string $table_name = "php_pgsql_test"; // test table that will be created $table_name_92 = "php_pgsql_test_92"; // test table that will be created