We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62128d commit 081df40Copy full SHA for 081df40
cmake/ext/pgsql/CMakeLists.txt
@@ -69,6 +69,7 @@ target_compile_definitions(
69
php_ext_pgsql
70
PRIVATE
71
ZEND_ENABLE_STATIC_TSRMLS_CACHE
72
+ HAVE_PQFREEMEM # PQfreemem is available since PostgreSQL library 7.4.
73
$<$<PLATFORM_ID:Windows>:PGSQL_EXPORTS>
74
)
75
0 commit comments