1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-17 15:11:40 +02:00
Files
php-phpbb/phpBB
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
..
2009-11-21 09:14:07 +00:00
2009-07-17 13:23:09 +00:00
2007-10-05 14:30:11 +00:00
2009-06-18 11:04:54 +00:00
2009-12-31 17:32:49 +00:00