1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4' into PHP-8.5

* PHP-8.4:
  ext/pgsql: fix GH-21165 unit test.
This commit is contained in:
David Carlier
2026-02-17 04:27:21 +00:00

View File

@@ -9,7 +9,7 @@ set_error_handler(function (int $errno, string $errstr) {
echo "Warning caught\n";
});
pg_connect('');
pg_connect('host=blablahost.');
echo "Done\n";
?>