phpbb/phpBB/includes/db/driver
Oleg Pudeyev c8c6eb46ec [ticket/11305] Check for $cache being null before using it in db drivers.
There is no reason why db drivers must have a cache to work.
They query the database, that part works without caches.

PHPBB3-11305
2013-01-02 14:36:14 -05:00
..
driver.php [ticket/11305] Check for $cache being null before using it in db drivers. 2013-01-02 14:36:14 -05:00
firebird.php [ticket/11305] Check for $cache being null before using it in db drivers. 2013-01-02 14:36:14 -05:00
mssql.php [ticket/11305] Check for $cache being null before using it in db drivers. 2013-01-02 14:36:14 -05:00
mssql_odbc.php [ticket/11305] Check for $cache being null before using it in db drivers. 2013-01-02 14:36:14 -05:00
mssqlnative.php [ticket/11305] Check for $cache being null before using it in db drivers. 2013-01-02 14:36:14 -05:00
mysql.php [ticket/11305] Check for $cache being null before using it in db drivers. 2013-01-02 14:36:14 -05:00
mysqli.php [ticket/11305] Check for $cache being null before using it in db drivers. 2013-01-02 14:36:14 -05:00
oracle.php [ticket/11305] Check for $cache being null before using it in db drivers. 2013-01-02 14:36:14 -05:00
postgres.php [ticket/11305] Check for $cache being null before using it in db drivers. 2013-01-02 14:36:14 -05:00
sqlite.php [ticket/11305] Check for $cache being null before using it in db drivers. 2013-01-02 14:36:14 -05:00