Re: [PHP-INSTALL] PHP + SQLite = tearing hairs..

[email protected] (Ryan Schmidt)
Newsgroups php.install
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.