Skip to content

Commit 297b253

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: ext/pgsql: fix GH-21165 unit test.
2 parents 115ea48 + 8ca6e13 commit 297b253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pgsql/tests/gh21162.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set_error_handler(function (int $errno, string $errstr) {
99
echo "Warning caught\n";
1010
});
1111

12-
pg_connect('');
12+
pg_connect('host=blablahost.');
1313

1414
echo "Done\n";
1515
?>

0 commit comments

Comments
 (0)