From: Pierre Joye Date: Wed, 1 Apr 2009 16:16:20 +0000 (+0000) Subject: - 8.3.x supports pqprepare X-Git-Tag: php-5.4.0alpha1~191^2~3998 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b5d4e8c8c6742c98b88e4e33e2be9a3aac89b7c;p=php - 8.3.x supports pqprepare --- diff --git a/ext/pdo_pgsql/config.w32 b/ext/pdo_pgsql/config.w32 index 9707774020..e4fd801605 100644 --- a/ext/pdo_pgsql/config.w32 +++ b/ext/pdo_pgsql/config.w32 @@ -12,6 +12,7 @@ if (PHP_PDO_PGSQL != "no") { ADD_FLAG('CFLAGS_PDO_PGSQL', "/D HAVE_PG_CONFIG_H"); } + AC_DEFINE('HAVE_PQPREPARE', 1, 'Have PqPrepare'); 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 /D HAVE_PQESCAPE_CONN=1 /D HAVE_PQESCAPE_BYTEA_CONN=1"); ADD_EXTENSION_DEP('pdo_pgsql', 'pdo');