https://bugzilla.wikimedia.org/show_bug.cgi?id=25242
Max Semenik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|[email protected]. |[email protected] |org | --- Comment #1 from Max Semenik <[email protected]> 2010-09-22 04:16:47 UTC --- Is your SQLite compiled with FTS3 support? You can learn this by running php maintenance/eval.php and then typing: $db=new DatabaseSqliteStandalone(':memory:'); var_dump($db->getFulltextSearchModule()); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
