ZF-2125: Sqlite Cache Backend throws an Exception when the sqlite extension is not loaded
Description
Sqlite Cache Backend throws an Exception when the sqlite extension is not loaded, which wasn't the case before.
Sqlite Cache Backend throws an Exception when the sqlite extension is not loaded, which wasn't the case before.
Comments
Posted by Fabien MARTY (fab) on 2007-10-31T12:29:52.000+0000
I don't understand. In the last SVN revision (6679, 23/10/07) of the "Sqlite.php" file, there is :
if (!extension_loaded('sqlite')) { Zend_Cache::throwException("Cannot use SQLite storage because the 'sqlite' extension is not loaded in the current PHP environment"); }in the constructor.
so, it's ok, isn't it ?
Posted by Deniz Adrian (deniz.adrian) on 2007-10-31T13:18:08.000+0000
Oh sorry, it seems i wasn't working on the SVN head. Can be closed ;-)