phpbb/phpBB/phpbb/db/tools
rxu 6a8140e82b
[ticket/17232] Improve SQL error messages handling
PHP 7 changes how most errors are reported by PHP. Instead of reporting errors
through the traditional error reporting mechanism used by PHP 5, most errors
are now reported by throwing Error exceptions.
Use it to display meaningful SQL error messages instead of PHP fatal errors
for SQL errors.

PHPBB3-17232
2023-12-20 15:07:14 +07:00
..
factory.php [ticket/17232] Improve SQL error messages handling 2023-12-20 15:07:14 +07:00
mssql.php [ticket/17056] Fix PHP 8.2 deprecation warning about ${var} syntax 2022-11-02 00:30:46 +02:00
postgres.php [ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier 2023-06-18 00:46:27 +07:00
sqlite3.php [ticket/17232] Improve SQL error messages handling 2023-12-20 15:07:14 +07:00
tools.php [ticket/17056] Fix PHP 8.2 deprecation warning about ${var} syntax 2022-11-02 00:30:46 +02:00
tools_interface.php [ticket/13421] Move tools to subdirectory 2014-12-06 17:10:07 +01:00