phpbb/phpBB/includes/cache
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
..
driver [ticket/10875] Fix SQL Caching 2012-07-30 18:44:40 -05:00
factory.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
service.php [ticket/10743] Changing obtain_cfg_items 2012-06-11 19:56:49 -04:00