Jump to content

[SOLVED] SQLite Installation


Recommended Posts

Hi all,

I just updated to php 5.2.9-2, and decided to install SQLite as well and give it a go.

 

I have installed all the necessary extensions, but it's giving me the error "Call to undefined function sqlite_open()"

 

I don't understand why this is, as I have installed the extention and checked my php.ini. I'm running windows XP, Apache 2.2 and PHP 5.2.9-2.

 

Any help or suggestions would be appreciated.

Jack.

Link to comment
https://forums.phpfreaks.com/topic/153911-solved-sqlite-installation/
Share on other sites

Did you do both of these, and then stop and start your web server to get any change made to php.ini to take effect -

  Quote
Windows builds must also enable PDO because as of PHP 5.1.0 it depends on it. So, php.ini will end up with something like this:

 

extension=php_pdo.dll

extension=php_sqlite.dll

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.