I'm trying to use sqlite with php on my Fedora 11 box.
Sqlite is supposed to be built into PHP5, but it seems that this is disabled in the Fedora build? (according to phpinfo)
I thought there might be a separate package I need to install or something, but I cannot find any references to it.
Any ideas how I would get it working?
Thanks