diff options
author | Edin Kadribasic <edink@php.net> | 2006-10-05 11:13:31 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2006-10-05 11:13:31 +0000 |
commit | a290cef01c590636e9ce386417e14a41b62fd521 (patch) | |
tree | 4b222d93c44bd9f28219aef4ad4c93d49f2b3613 /ext/pdo_pgsql | |
parent | ff3dfa94dd0688f78233030d14076769ddf7e3d0 (diff) | |
download | php-git-a290cef01c590636e9ce386417e14a41b62fd521.tar.gz |
Added PQescapeStringConn support to windows too
Diffstat (limited to 'ext/pdo_pgsql')
-rw-r--r-- | ext/pdo_pgsql/config.w32 | 2 |
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"); } |