phpbb/phpBB/includes/db
Andreas Fischer 970848409d [ticket/9518] Correctly create new connection on PostgreSQL when new connection is forced.
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
2010-05-14 02:22:24 +02:00
..
db_tools.php Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Pucci at Microsoft [Bug #57055] 2010-02-11 00:02:51 +00:00
dbal.php Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums. -- Voila ;-) 2010-02-15 15:04:44 +00:00
firebird.php Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums. -- Voila ;-) 2010-02-15 15:04:44 +00:00
index.htm Moved to includes ... since they are included too .. trying to "clean up" structure a little 2003-03-17 10:54:23 +00:00
mssql.php Remove NUL-Bytes directly in request_var() for strings and within the custom DBAL sql_escape() functions (MSSQL, Firebird, Oracle) (reported by AdhostMikeSw) 2008-10-02 12:04:12 +00:00
mssql_odbc.php Remove NUL-Bytes directly in request_var() for strings and within the custom DBAL sql_escape() functions (MSSQL, Firebird, Oracle) (reported by AdhostMikeSw) 2008-10-02 12:04:12 +00:00
mssqlnative.php Forgot to properly update the file header of mssqlnative.php, revising r10489 [Bug #57055] 2010-02-11 00:05:32 +00:00
mysql.php Fix Bug #55785 - Correct call to mysql_pconnect(). 2009-12-23 15:07:52 +00:00
mysqli.php Ok, story real database server info, as well as caching it 2008-09-04 12:01:47 +00:00
oracle.php Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums. -- Voila ;-) 2010-02-15 15:04:44 +00:00
postgres.php [ticket/9518] Correctly create new connection on PostgreSQL when new connection is forced. 2010-05-14 02:22:24 +02:00
sqlite.php Ok, story real database server info, as well as caching it 2008-09-04 12:01:47 +00:00