phpbb/phpBB/includes/db
Nathan Guse 01bc818d46 [ticket/10875] Fix SQL Caching
The sql_save function cannot take arguments by reference since it is called
by call_user_func_array()

Replace use of isset($cache->sql_rowset[$query_id]) with $cache->sql_exists

Replace $cache->cache_dir with $cache->get_driver()->cache_dir

PHPBB3-10875
2012-07-30 18:44:40 -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/10875] Fix SQL Caching 2012-07-30 18:44:40 -05:00
firebird.php [ticket/10875] Fix SQL Caching 2012-07-30 18:44:40 -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] Fix SQL Caching 2012-07-30 18:44:40 -05:00
mssql_odbc.php [ticket/10875] Fix SQL Caching 2012-07-30 18:44:40 -05:00
mssqlnative.php [ticket/10875] Fix SQL Caching 2012-07-30 18:44:40 -05:00
mysql.php [ticket/10875] Fix SQL Caching 2012-07-30 18:44:40 -05:00
mysqli.php [ticket/10875] Fix SQL Caching 2012-07-30 18:44:40 -05:00
oracle.php [ticket/10875] Fix SQL Caching 2012-07-30 18:44:40 -05:00
postgres.php [ticket/10875] Fix SQL Caching 2012-07-30 18:44:40 -05:00
sqlite.php [ticket/10875] Fix SQL Caching 2012-07-30 18:44:40 -05:00