On 20 May 2010, at 10:42am, Gilles Ganault wrote:

> Thanks for the tip. Does someone know if this direct access to SQLite
> is kept up-to-date with SQLite?

Releases of SQLite are far more frequent than new releases of PHP, so the 
answer won't help you much.  In addition, there's a policy about which version 
the three ways of using SQLite functions implement.  See the first comment, by 
Andrew Paul Dickey, on

<http://www.php.net/manual/en/book.sqlite.php>

There is documentation for direct support for SQLite version 3 at

<http://www.php.net/manual/en/intro.sqlite3.php>


You can find the version of SQLite supported by the sqlite_ calls using

<http://www.php.net/manual/en/function.sqlite-libversion.php>

You can find the version of SQLite supported by the sqlite3:: calls using

<http://www.php.net/manual/en/sqlite3.version.php>

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to