Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12062 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20971 invoked by uid 1010); 10 Aug 2004 14:26:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19944 invoked from network); 10 Aug 2004 14:26:11 -0000 Received: from unknown (HELO mx.thebrainroom.net) (69.55.226.195) by pb1.pair.com with SMTP; 10 Aug 2004 14:26:11 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 3DCBC1488059; Tue, 10 Aug 2004 07:26:11 -0700 (PDT) Received: from thebrainroom.com (inari.thebrainroom.net [82.133.1.140]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx.thebrainroom.net (Postfix) with ESMTP id C328E1488057; Tue, 10 Aug 2004 07:26:07 -0700 (PDT) Message-ID: <4118DAFC.3080107@thebrainroom.com> Date: Tue, 10 Aug 2004 15:26:04 +0100 Organization: The Brain Room Ltd. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040301 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derrell.Lipman@UnwiredUniverse.com Cc: internals , Ilia Alshanetsky References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on jc.thebrainroom.net X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Level: X-TBR-Filter: Virus scanned and defanged Subject: Re: sqlite3 bindings in PHP From: wez@thebrainroom.com (Wez Furlong) I would say don't bother as its something I have planned for PDO. But that's just me ;-) --Wez. Derrell.Lipman@UnwiredUniverse.com wrote: > I'm considering implementing sqlite3 bindings in PHP, but before I undertake > that project, is anyone else already working on it? > > Derrell