phpbb/phpBB/includes/db
Jordan Rogers 73cd044f5c [ticket/11066] Remove debug code error_reporting(E_ALL) from mssqlnative.php
For some reason, all errors are just flipped on before connecting to the
database, despite the system as a whole having a different setting for
displayable errors. Had to add & ~E_STRICT in PHP 5.4.5 to suppress Strict
Standards messages, but I would assume that the db piece shouldn't be involved
with setting error_reporting at all.

PHPBB3-11066
2012-08-23 15:41:57 +02:00
..
db_tools.php [ticket/10774] Correctly specify index name when creating unique index on MySQL. 2012-04-10 00:53:27 +02:00
dbal.php [ticket/10751] Add sql_lower_text() to database abstraction layer. 2012-05-31 12:15:46 +02:00
firebird.php [ticket/10858] Move generic row seeking to DBAL 2012-05-08 19:41:22 -05: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/10751] Add sql_lower_text() to database abstraction layer. 2012-05-31 12:15:46 +02:00
mssql_odbc.php [ticket/10751] Add sql_lower_text() to database abstraction layer. 2012-05-31 12:15:46 +02:00
mssqlnative.php [ticket/11066] Remove debug code error_reporting(E_ALL) from mssqlnative.php 2012-08-23 15:41:57 +02:00
mysql.php [ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count 2012-03-08 14:39:03 +01:00
mysqli.php [ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count 2012-03-08 14:39:03 +01:00
oracle.php [ticket/9946] Allow storage of data >4kB on Oracle again 2011-03-07 10:31:25 -06:00
postgres.php [ticket/10057] Fixes for a bunch of small problems. 2011-03-08 19:48:56 -05:00
sqlite.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00