There are several different SQLite interfaces in PHP. Sounds like you've 
enabled two of them, but are now trying to use a third one that you haven't 
enabled.


On Nov 17, 2009, at 00:59, RRybak wrote:

> [PHP_PDO_SQLITE]
> extension=php_pdo_sqlite.dll

That extension provides this interface:

http://php.net/pdo-sqlite


> [PHP_SQLITE3]
> extension=php_sqlite3.dll

That extension provides this interface:

http://php.net/sqlite3


> both DLL's are in ext folder.
> ------
> Everything works fine, till I wanted to embed database support.  On 
> sqlite_open() I get the infamous:
> "Fatal error: Call to undefined function sqlite_open()"


That function is from this interface:

http://php.net/sqlite


Reply via email to