]> granicus.if.org Git - php/commitdiff
- 8.3.x supports pqprepare
authorPierre Joye <pajoye@php.net>
Wed, 1 Apr 2009 16:16:20 +0000 (16:16 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 1 Apr 2009 16:16:20 +0000 (16:16 +0000)
ext/pdo_pgsql/config.w32

index 97077740200ce2ef5e0ed272fedcb6713cbc690b..e4fd801605ddd4aa86ae67606313c46c39ebffa8 100644 (file)
@@ -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');