mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- 8.3.x supports pqprepare
This commit is contained in:
parent
1dc4ff564d
commit
4b5d4e8c8c
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue