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
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 -

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.