Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23621 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77091 invoked by uid 1010); 23 May 2006 05:20:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77076 invoked from network); 23 May 2006 05:20:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2006 05:20:32 -0000 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.166.176 py-out-1112.google.com Linux 2.4/2.6 Received: from ([64.233.166.176:26133] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 87/DD-19568-F9B92744 for ; Tue, 23 May 2006 01:20:31 -0400 Received: by py-out-1112.google.com with SMTP id m51so1760039pye for ; Mon, 22 May 2006 22:20:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mNkz61+zkjZDJElE8wbQXECXbcEGMZaGsK1vawHt7L3IcvxUhnNrXTbbR6NuAIsNbr+T4NtxqSxBcJpIpy1vsRCNXDBEdelngaariywRNW1etaKH+upV9MhMkun/HDooZlDcjKHl/rxYDa9oyfRU2xkwmnRzcakFdxLmhHhkB1g= Received: by 10.35.123.2 with SMTP id a2mr190312pyn; Mon, 22 May 2006 22:20:27 -0700 (PDT) Received: by 10.35.40.20 with HTTP; Mon, 22 May 2006 22:20:27 -0700 (PDT) Message-ID: <4e89b4260605222220p5816685du2a6d2b38f6f8eb37@mail.gmail.com> Date: Tue, 23 May 2006 01:20:27 -0400 To: "Al Baker" Cc: internals@lists.php.net In-Reply-To: <1148337865.6194.1.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1148136492.17236.14.camel@localhost> <4e89b4260605201427k16ac90cfj81b239e4e565c61@mail.gmail.com> <1148337865.6194.1.camel@localhost> Subject: Re: [PHP-DEV] PDO and SQLite Compatibility From: kingwez@gmail.com ("Wez Furlong") Yes... but since we only create the older format of sqlite files with the bits we bundle with PHP, preserving compat with our own stuff is higher priority. If you're interoperating with other processes that create sqlite files, then you should probably be building against your own install of libsqlite. We're going to look at upgrading the library for PHP 5.2, and not before th= en. --Wez. On 5/22/06, Al Baker wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >