Skip to content

Commit 8ca6e13

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: ext/pgsql: fix GH-21165 unit test.
2 parents e106d68 + f7af877 commit 8ca6e13

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)