Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30199 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7957 invoked by uid 1010); 15 Jun 2007 21:41:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7942 invoked from network); 15 Jun 2007 21:41:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2007 21:41:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=permerror; sender-id=softfail Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zend.com from 64.97.136.150 cause and error) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.150 smtpout0150.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.150] ([64.97.136.150:40119] helo=n068.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/4B-39713-89703764 for ; Fri, 15 Jun 2007 17:41:46 -0400 Received: from foxbox (77.97.185.189) by n068.sc1.he.tucows.com (7.2.069.1) (authenticated as steph.fox) id 4630CFA3003C4985; Fri, 15 Jun 2007 21:41:35 +0000 Message-ID: <09ca01c7af96$0eeda900$bdb9614d@foxbox> Reply-To: "Steph Fox" To: "Ilia Alshanetsky" , "Wez Furlong" Cc: "internals" Date: Fri, 15 Jun 2007 22:42:17 +0100 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: full-text search in PDO_SQLITE? From: steph@zend.com ("Steph Fox") 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