Browse Source

Sync with config.m4

PHP-5.1
Edin Kadribasic 21 years ago
parent
commit
9af73f68ef
  1. 1
      ext/pdo_pgsql/config.w32

1
ext/pdo_pgsql/config.w32

@ -9,6 +9,7 @@ if (PHP_PDO_PGSQL != "no") {
EXTENSION("pdo_pgsql", "pdo_pgsql.c pgsql_driver.c pgsql_statement.c");
ADD_FLAG('CFLAGS_PDO_PGSQL', "/I ..\\pecl");
AC_DEFINE('HAVE_PDO_PGSQL', 1, 'Have PostgreSQL library');
ADD_FLAG('CFLAGS_PDO_PGSQL', "/D HAVE_PQPARAMETERSTATUS=1 /D HAVE_PQPROTOCOLVERSION=1 /D HAVE_PGTRANSACTIONSTATUS=1 /D HAVE_PQUNESCAPEBYTEA=1 /D HAVE_PQRESULTERRORFIELD=1");
} else {
WARNING("pdo_pgsql not enabled; libraries and headers not found");
}

Loading…
Cancel
Save