phpbb/phpBB/includes/db
Oleg Pudeyev d69a7c620a [ticket/10057] Report postgres db connection errors.
Addresses two issues:

1. When pgsql extension is missing, @pg_connect would silently
abort execution. Check for pg_connect existence before calling it,
same with pg_pconnect.

2. When connection fails, the error reported by php is discarded.
User is shown the failure message without the reason for failure,
making debugging difficult. Collect the error (if any) via a
temporarily installed error handler, and display it if connection
failed.

PHPBB3-10057
2011-03-06 20:16:16 -05:00
..
db_tools.php [ticket/8944] Patch db_tools to support index length for MySQL4 2010-09-05 03:14:27 +02:00
dbal.php [ticket/9859] Remove years in credit line from some more files. 2011-01-16 17:53:30 +01:00
firebird.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02: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 [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
mssql_odbc.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
mssqlnative.php Merge branch 'task/naderman/mssql-db-tests' into develop-olympus 2010-11-03 11:32:13 +01:00
mysql.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
mysqli.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
oracle.php Merge branch 'ticket/jellydoughnut/9637' into develop-olympus 2010-07-11 01:44:59 +02:00
postgres.php [ticket/10057] Report postgres db connection errors. 2011-03-06 20:16:16 -05:00
sqlite.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00