From: Edin Kadribasic Date: Mon, 16 May 2005 17:34:44 +0000 (+0000) Subject: Sync with config.m4 X-Git-Tag: php-5.0.1b1~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9af73f68ef5ead323fe9bab868db7560bddb80f8;p=php Sync with config.m4 --- diff --git a/ext/pdo_pgsql/config.w32 b/ext/pdo_pgsql/config.w32 index eaa232dfc9..6af9c98072 100644 --- a/ext/pdo_pgsql/config.w32 +++ b/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"); }