melkisedek Posted October 11, 2008 Share Posted October 11, 2008 I try to get Sqlite3 working in Php5.2.1. I seems like it should work cause I have this in phpinfo(): SQLITE3 SQLite3 support enabled sqlite3 library version 3.3.13 But when I issue a command like sqlite_open() I get: Call to undefined function sqlite_open() How can I check why it doesn't work? Is there any logs that could help me? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 11, 2008 Share Posted October 11, 2008 I believe the sqlite_* based functions are for SQLite 2 only. The SQLite3 extension has its own function set. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.