Commit ecb2c73cb86 for php.net

commit ecb2c73cb8632248b6e3948d28f3e4a3e712ddef
Author: Peter Kokot <peterkokot@gmail.com>
Date:   Fri Jun 26 17:55:20 2026 +0200

    ext/pgsql: Remove unused HAVE_DECL_PGRES_TUPLES_CHUNK (#22456)

diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4
index 1409f879b52..63e996fe06d 100644
--- a/ext/pgsql/config.m4
+++ b/ext/pgsql/config.m4
@@ -38,7 +38,7 @@ if test "$PHP_PGSQL" != "no"; then
   old_CFLAGS=$CFLAGS
   CFLAGS="$CFLAGS $PGSQL_CFLAGS"

-  AC_CHECK_DECLS([PGRES_TUPLES_CHUNK],
+  AC_CHECK_DECL([PGRES_TUPLES_CHUNK],
     PHP_CHECK_LIBRARY([pq], [PQsetChunkedRowsMode],
       [AC_DEFINE([HAVE_PG_SET_CHUNKED_ROWS_SIZE], [1],
         [Define to 1 if libpq has the 'PQsetChunkedRowsMode' function (PostgreSQL