Skip to content

Commit a6e8c73

Browse files
committed
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Add missing flag
2 parents 545a29d + 2c43fb4 commit a6e8c73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/pdo_pgsql/config.w32

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ if (PHP_PDO_PGSQL != "no") {
1111
if (CHECK_HEADER_ADD_INCLUDE("pg_config.h", "CFLAGS_PDO_PGSQL", PHP_PDO_PGSQL + ";" + PHP_PHP_BUILD + "\\include\\pgsql")) {
1212
ADD_FLAG('CFLAGS_PDO_PGSQL', "/D HAVE_PG_CONFIG_H");
1313
}
14+
if (X64) {
15+
ADD_FLAG('CFLAGS_PDO_PGSQL', "/D HAVE_PG_LO64=1");
16+
}
1417

1518
AC_DEFINE('HAVE_PDO_PGSQL', 1, 'Have PostgreSQL library');
1619

0 commit comments

Comments
 (0)