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.
2 parents 545a29d + 2c43fb4 commit a6e8c73Copy full SHA for a6e8c73
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