On 21 Sep 2011, at 6:32pm, Sebastian Bermudez wrote:

> How can i know if my shared hosting PHP (sqlite 2 v2.8.17 "2.0-dev $Id: 
> sqlite.c 298697 2010-04-28 12:10:10Z iliaa $" ) or my PDO (sqlite3 library 
> v.3.3.7 "(bundled) 1.0.1 $Id: pdo_sqlite.c 293036 2010-01-03 09:23:27Z") 
> support FTS ???

Try the query

PRAGMA compile_options;

which returns a table like a SELECT query does.

Note: I recommend you use PHP's 'sqlite3' object-oriented interface to SQLite, 
not the PDO interface.

http://www.php.net/manual/en/class.sqlite3.php

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

Reply via email to