Jump to content

PHP SQLite ext. loaded, but not working!!


Recommended Posts

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

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.