How to enable Sqlite on a Mac OS X Mavericks

As it turned out, this was only an issue because I was using Zend Framework 1.12 and Apple upgraded to PHP 5.4 and 5.4, which in turn dropped some Sqlite support in favor of Sqlite 3. Here are instructions on how to upgrade Zend to Sqlite 3 support.

https://github.com/gencer/zend-cache-sqlite3


First, install Homebrew.

Then:

$ brew update && brew install sqlite