jackpf Posted April 13, 2009 Share Posted April 13, 2009 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 More sharing options...
PFMaBiSmAd Posted April 13, 2009 Share Posted April 13, 2009 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 Link to comment https://forums.phpfreaks.com/topic/153911-solved-sqlite-installation/#findComment-808932 Share on other sites More sharing options...
jackpf Posted April 13, 2009 Author Share Posted April 13, 2009 Feel kind of stupid now Thanks dude. Link to comment https://forums.phpfreaks.com/topic/153911-solved-sqlite-installation/#findComment-808942 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.