diff options
| author | Edin Kadribasic <edink@php.net> | 2006-10-11 11:00:03 +0000 |
|---|---|---|
| committer | Edin Kadribasic <edink@php.net> | 2006-10-11 11:00:03 +0000 |
| commit | 9f5de3bb5cb94bba8e7c7ef25455af2b16784433 (patch) | |
| tree | 08a63d67f0d7c2e2335505a7f23a474bc5db1c1d /ext/pdo_pgsql | |
| parent | 88f9dc9639f589bbb07728513eb65172607e231f (diff) | |
| download | php-git-9f5de3bb5cb94bba8e7c7ef25455af2b16784433.tar.gz | |
Sync with Unix build
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 9f53292d09..833d3135ed 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 /D HAVE_PQESCAPE_CONN=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 /D HAVE_PQESCAPE_BYTEA_CONN=1"); } else { WARNING("pdo_pgsql not enabled; libraries and headers not found"); } |
