Skip to content

Commit 081df40

Browse files
committed
Sync with upstream: ext/pgsql
This is only for PHP-8.3 and already fixed and removed in PHP 8.4+.
1 parent f62128d commit 081df40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/ext/pgsql/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ target_compile_definitions(
6969
php_ext_pgsql
7070
PRIVATE
7171
ZEND_ENABLE_STATIC_TSRMLS_CACHE
72+
HAVE_PQFREEMEM # PQfreemem is available since PostgreSQL library 7.4.
7273
$<$<PLATFORM_ID:Windows>:PGSQL_EXPORTS>
7374
)
7475

0 commit comments

Comments
 (0)