--- embedaddon/php/ext/pgsql/tests/config.inc 2012/02/21 23:47:59 1.1.1.1 +++ embedaddon/php/ext/pgsql/tests/config.inc 2013/10/14 08:02:28 1.1.1.2 @@ -2,7 +2,7 @@ // These vars are used to connect db and create test table. // values can be set to meet your environment -$conn_str = "host=localhost dbname=test"; // connection string +$conn_str = "host=localhost dbname=test port=5432"; // connection string $table_name = "php_pgsql_test"; // test table that should be exist $num_test_record = 1000; // Number of records to create