Commit afca514c3ba for php.net

commit afca514c3ba6e4602eb7344bc41b3165ef756bf6
Merge: 6d12688c9e2 bf599d4059a
Author: Gina Peter Banyard <girgias@php.net>
Date:   Tue Nov 4 00:08:42 2025 +0000

    Merge branch 'PHP-8.3' into PHP-8.4

    * PHP-8.3:
      Update NEWS for recent pgsql bugfix
      ext/pgsql: Fix segfaults when attempting to fetch row into a non-instantiable class name (#20180)

diff --cc ext/pgsql/tests/inc/config.inc
index b01b120723d,00000000000..dc95c9eedab
mode 100644,000000..100644
--- a/ext/pgsql/tests/inc/config.inc
+++ b/ext/pgsql/tests/inc/config.inc
@@@ -1,9 -1,0 +1,8 @@@
 +<?php
 +
 +// These vars are used to connect db.
 +// values can be set to meet your environment with the
 +// 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
- ?>