I am trying to connect to a SQLite 3.3.6-5 database using PHP 5.1.6. I am running Apache 2 on a Linux server and I get the error message that the Class PDO was not found. phpinfo says that the php.ini file is located in /etc and I have edited it to add the following lines:
extension=php_p do.dll
extension=php_s qlite.dll
php.ini indiates that the extension_direc tory is /usr/lib64/php/modules but the only entry in that directory is dbase.so. I added dbase.so to my list of extensions, restarted httpd but still get the same error.
extension=php_p do.dll
extension=php_s qlite.dll
php.ini indiates that the extension_direc tory is /usr/lib64/php/modules but the only entry in that directory is dbase.so. I added dbase.so to my list of extensions, restarted httpd but still get the same error.
Comment