Skip to content

Commit 2dea983

Browse files
committed
Update common config header for PHP-8.5
1 parent 5b6fe72 commit 2dea983

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/main/php_config_common.cmake.h.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,10 @@
11361136
later). */
11371137
#cmakedefine HAVE_PG_CHANGE_PASSWORD 1
11381138

1139+
/* Define to 1 if libpq has the 'PQclosePrepared' function (PostgreSQL 17 or
1140+
later). */
1141+
#cmakedefine HAVE_PG_CLOSE_STMT 1
1142+
11391143
/* Define to 1 if libpq has the 'PQresultMemorySize' function (PostgreSQL 12
11401144
or later). */
11411145
#cmakedefine HAVE_PG_RESULT_MEMORY_SIZE 1

0 commit comments

Comments
 (0)