phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
Find a file
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
build Incrementing the version number to 3.0.7-PL1 2010-03-05 21:09:37 +01:00
git-tools/hooks [git-tools] add note about PHP_BIN using env 2010-04-03 22:06:25 +02:00
phpBB [ticket/9518] Correctly create new connection on PostgreSQL when new connection is forced. 2010-05-14 02:22:24 +02:00
tests [feature/dbal-tests] Remove hardcoded 'mysql' from PDO DSN in DBAL test. 2010-04-02 18:28:40 +02:00