summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/config.w32
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2006-10-05 11:14:17 +0000
committerEdin Kadribasic <edink@php.net>2006-10-05 11:14:17 +0000
commit5cdef2aaf71647f78a3fafa46d28e22619372a12 (patch)
tree4897aa96ea9dfba2b2606d3ffd02771912074e99 /ext/pdo_pgsql/config.w32
parent301efee1cff2e02059a65f1ac95419cf97455e62 (diff)
downloadphp-git-5cdef2aaf71647f78a3fafa46d28e22619372a12.tar.gz
MFB: Added PQescapeStringConn support to windows too
Diffstat (limited to 'ext/pdo_pgsql/config.w32')
-rw-r--r--ext/pdo_pgsql/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/config.w32 b/ext/pdo_pgsql/config.w32
index 597256427b..9f53292d09 100644
--- a/ext/pdo_pgsql/config.w32
+++ b/ext/pdo_pgsql/config.w32
@@ -13,7 +13,7 @@ if (PHP_PDO_PGSQL != "no") {
}
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");
+ 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 /D HAVE_PQESCAPE_CONN=1");
} else {
WARNING("pdo_pgsql not enabled; libraries and headers not found");
}