ZF-2072: Detect missing SQLite extension and throw exception
Description
Zend_Cache_Backend_Sqlite depends on the PHP extension '{{sqlite}}', not PDO_SQLITE as supposed by Zend_Cache_AllTests that I wrote recently.
Please skip Sqlite tests if the '{{sqlite}}' extension is not present.
Please write code in the Zend_Cache_Backend_Sqlite class to detect when the extension is not present, and throw an informative exception instead of aborting the process with a fatal error about a missing method '{{sqlite_open()}}'.
Comments
Posted by Bill Karwin (bkarwin) on 2007-10-15T18:39:35.000+0000
Fixed in revision 6642.