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 ad790be commit 2c43fb4Copy full SHA for 2c43fb4
ext/pdo_pgsql/config.w32
@@ -11,6 +11,9 @@ if (PHP_PDO_PGSQL != "no") {
11
if (CHECK_HEADER_ADD_INCLUDE("pg_config.h", "CFLAGS_PDO_PGSQL", PHP_PDO_PGSQL + ";" + PHP_PHP_BUILD + "\\include\\pgsql")) {
12
ADD_FLAG('CFLAGS_PDO_PGSQL', "/D HAVE_PG_CONFIG_H");
13
}
14
+ if (X64) {
15
+ ADD_FLAG('CFLAGS_PDO_PGSQL', "/D HAVE_PG_LO64=1");
16
+ }
17
18
AC_DEFINE('HAVE_PDO_PGSQL', 1, 'Have PostgreSQL library');
19
0 commit comments