Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30200 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34470 invoked by uid 1010); 15 Jun 2007 22:34:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34455 invoked from network); 15 Jun 2007 22:34:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2007 22:34:47 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 64.233.166.178 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 64.233.166.178 py-out-1112.google.com Linux 2.4/2.6 Received: from [64.233.166.178] ([64.233.166.178:55616] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/CE-39713-60413764 for ; Fri, 15 Jun 2007 18:34:47 -0400 Received: by py-out-1112.google.com with SMTP id a25so2914792pyi for ; Fri, 15 Jun 2007 15:34:43 -0700 (PDT) Received: by 10.64.195.20 with SMTP id s20mr6134268qbf.1181946880418; Fri, 15 Jun 2007 15:34:40 -0700 (PDT) Received: from ?192.168.1.110? ( [99.246.70.178]) by mx.google.com with ESMTP id f17sm3450633qba.2007.06.15.15.34.40 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 15 Jun 2007 15:34:40 -0700 (PDT) In-Reply-To: <09ca01c7af96$0eeda900$bdb9614d@foxbox> References: <09ca01c7af96$0eeda900$bdb9614d@foxbox> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <996B1FD5-DDD2-445D-8714-F00852FE6BA4@prohost.org> Cc: Wez Furlong , internals Content-Transfer-Encoding: 7bit Date: Fri, 15 Jun 2007 18:34:38 -0400 To: "Steph Fox" X-Mailer: Apple Mail (2.752.3) Subject: Re: full-text search in PDO_SQLITE? From: ilia@prohost.org (Ilia Alshanetsky) I have plans for adding the support for it, however last I checked there was fts v1 and a much improved (newer) fts2. I was waiting for fts2 to be more tested before making it available. Probably on the next lib update. On 15-Jun-07, at 5:42 PM, Steph Fox wrote: > Hey Ilia/Wez, > > I came across Google Gears completely by accident (thanks Madeleine > D), and thereby fell across the fts2 (full text search) module in > SQLite 3. It looks like one of those killer feature thingies from > here. > > Is there any chance for its inclusion in the PDO_SQLITE version? Or > is it too unstable/under-tested at present, or are there other > reasons for not embracing SQLite modules? > > http://www.mail-archive.com/sqlite-users@sqlite.org/msg24917.html > > - there's a patch there for a static build. > > - Steph Ilia Alshanetsky