|
Posted by larry on 12/09/07 04:19
On Dec 8, 6:54 pm, Gilles Ganault <nos...@nospam.com> wrote:
> Hello
>
> I was looking for a lighter web server than Apache, and
> installed Lighttpd on CentOS through yum. It works fine, but I now
> need to use SQLite from a PHP script. I seem to understand that it can
> either be access directly, or through the PDO interface.
>
> Can you confirm that the RPM that I used will only allow me to work
> through PDO, and not the SQLite library directly, and which is more
> recommended?
>
In Centos sqlite may not have been automatically installed or PHP was
not configured the SQL Lite libraries, do a quick check first to see
if sqlite is installed and then check the sqlite docs and make sure
php.ini has the proper settings to recognize it existing. (I've had to
do similar with setting up MySQL in Centos)
[Back to original message]
|