phpbb/phpBB/includes/db
Nathan Guse 828eaecf6a [ticket/10875] Changes to Cache Driver caused method_exists checks to fail
SQL Cache and other functions using the check
method_exists($cache,
failed because of the changes to the cache system.

method_exists($cache has been changed to
method_exists($cache->get_driver()

PHPBB3-10875
2012-07-30 15:31:27 -05:00
..
db_tools.php [feature/sphinx-fulltext-search] remove note from db_tools 2012-07-21 14:14:19 +05:30
dbal.php [ticket/10942] Add access modifiers 2012-07-04 14:05:03 +02:00
firebird.php [ticket/10875] Changes to Cache Driver caused method_exists checks to fail 2012-07-30 15:31:27 -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/10875] Changes to Cache Driver caused method_exists checks to fail 2012-07-30 15:31:27 -05:00
mssql_odbc.php [ticket/10875] Changes to Cache Driver caused method_exists checks to fail 2012-07-30 15:31:27 -05:00
mssqlnative.php [ticket/10875] Changes to Cache Driver caused method_exists checks to fail 2012-07-30 15:31:27 -05:00
mysql.php [ticket/10875] Changes to Cache Driver caused method_exists checks to fail 2012-07-30 15:31:27 -05:00
mysqli.php [ticket/10875] Changes to Cache Driver caused method_exists checks to fail 2012-07-30 15:31:27 -05:00
oracle.php [ticket/10875] Changes to Cache Driver caused method_exists checks to fail 2012-07-30 15:31:27 -05:00
postgres.php [ticket/10875] Changes to Cache Driver caused method_exists checks to fail 2012-07-30 15:31:27 -05:00
sqlite.php [ticket/10875] Changes to Cache Driver caused method_exists checks to fail 2012-07-30 15:31:27 -05:00