summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/config.w32
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2009-04-30 12:55:43 +0000
committerMatteo Beccati <mbeccati@php.net>2009-04-30 12:55:43 +0000
commit85116615712ce805f8d543e38378f73d2af4164c (patch)
treeec836d25292c246f40ef0b40120c3d86bb7a91dc /ext/pdo_pgsql/config.w32
parentc58c93b9b2e68bead31bfbd0b4dfc8287aed651f (diff)
downloadphp-git-85116615712ce805f8d543e38378f73d2af4164c.tar.gz
- Removed HAVE_PQEXECPARAMS which was left out during the previous commit
Diffstat (limited to 'ext/pdo_pgsql/config.w32')
-rw-r--r--ext/pdo_pgsql/config.w321
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/config.w32 b/ext/pdo_pgsql/config.w32
index 518f6d593e..223780e3f9 100644
--- a/ext/pdo_pgsql/config.w32
+++ b/ext/pdo_pgsql/config.w32
@@ -15,7 +15,6 @@ if (PHP_PDO_PGSQL != "no") {
AC_DEFINE('HAVE_PDO_PGSQL', 1, 'Have PostgreSQL library');
AC_DEFINE('HAVE_PQESCAPE_BYTEA_CONN', 1, 'Have PQescapeByteaConn');
AC_DEFINE('HAVE_PQESCAPE_CONN', 1, 'Have PQescapeConn');
- AC_DEFINE('HAVE_PQEXECPARAMS', 1, 'Have PQexecParams');
AC_DEFINE('HAVE_PQPREPARE', 1, 'Have PQprepare');
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 /D HAVE_PQESCAPE_BYTEA_CONN=1");
ADD_EXTENSION_DEP('pdo_pgsql', 'pdo');