Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23620 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48249 invoked by uid 1010); 23 May 2006 03:48:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48234 invoked from network); 23 May 2006 03:48:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2006 03:48:18 -0000 X-PHP-List-Original-Sender: abaker@php.net X-Host-Fingerprint: 216.148.227.151 rwcrmhc11.comcast.net NetCache Data OnTap 5.x Received: from ([216.148.227.151:37934] helo=rwcrmhc11.comcast.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 77/2B-19568-10682744 for ; Mon, 22 May 2006 23:48:18 -0400 Received: from [192.168.1.131] (c-68-81-201-246.hsd1.nj.comcast.net[68.81.201.246]) by comcast.net (rwcrmhc11) with SMTP id <20060523034813m11004667re>; Tue, 23 May 2006 03:48:13 +0000 To: Wez Furlong Cc: internals@lists.php.net In-Reply-To: <4e89b4260605201427k16ac90cfj81b239e4e565c61@mail.gmail.com> References: <1148136492.17236.14.camel@localhost> <4e89b4260605201427k16ac90cfj81b239e4e565c61@mail.gmail.com> Content-Type: text/plain Date: Mon, 22 May 2006 18:44:25 -0400 Message-ID: <1148337865.6194.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PDO and SQLite Compatibility From: abaker@php.net (Al Baker) On Sat, 2006-05-20 at 17:27 -0400, Wez Furlong wrote: > On 5/20/06, Al Baker wrote: > > Are there any plans for upgrading the SQLite driver? > > Yes. We didn't want to do this in a point release of PHP because of > BC concerns. I think moving to 3.3 would be more favorable to BC, as 3.3 can work with 3.2 sqlite files, but 3.2 cannot work with 3.3 files. Al