]> granicus.if.org Git - php/commitdiff
Committed by accident
authorXinchen Hui <laruence@gmail.com>
Thu, 12 May 2016 05:40:22 +0000 (13:40 +0800)
committerXinchen Hui <laruence@gmail.com>
Thu, 12 May 2016 05:40:22 +0000 (13:40 +0800)
ext/pgsql/tests/config.inc

index 7be1e242ada488ec5b5893f598c56cdf6ef6525d..e9944de793cf34243f45fb30bb42fc13e35ea098 100644 (file)
@@ -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