mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
pg_connect() takes an integer as the second parameter, but we were passing a boolean parameter. The function especially requires passing the PGSQL_CONNECT_FORCE_NEW constant if a new connection is to be forced. Passing 0 as the second parameter for 'do not force a new connection' doesn't work as expected, hence we're calling the function without a second parameter in this case. PHPBB3-9518 |
||
---|---|---|
.. | ||
db_tools.php | ||
dbal.php | ||
firebird.php | ||
index.htm | ||
mssql.php | ||
mssql_odbc.php | ||
mssqlnative.php | ||
mysql.php | ||
mysqli.php | ||
oracle.php | ||
postgres.php | ||
sqlite.php |