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? Link to comment https://forums.phpfreaks.com/topic/127995-php-sqlite-ext-loaded-but-not-working/ 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. Link to comment https://forums.phpfreaks.com/topic/127995-php-sqlite-ext-loaded-but-not-working/#findComment-662928 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.