aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/config
diff options
context:
space:
mode:
Diffstat (limited to 'tests/controller/config')
0 files changed, 0 insertions, 0 deletions
524d3c2d3ba77b3'>925a135613a80ba9bfc3b26a2524d3c2d3ba77b3 (diff)downloadforums-970848409d40040b3fdc07f45183935f7419b527.tar
forums-970848409d40040b3fdc07f45183935f7419b527.tar.gz
forums-970848409d40040b3fdc07f45183935f7419b527.tar.bz2
forums-970848409d40040b3fdc07f45183935f7419b527.tar.xz
forums-970848409d40040b3fdc07f45183935f7419b527.zip
[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
Diffstat (limited to 'build')
0 files changed, 0 insertions, 0 deletions