Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20006 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11020 invoked by uid 1010); 15 Nov 2005 16:52:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11005 invoked from network); 15 Nov 2005 16:52:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2005 16:52:19 -0000 X-Host-Fingerprint: 64.233.184.207 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.207:5183] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 4E/EE-07637-2421A734 for ; Tue, 15 Nov 2005 11:52:18 -0500 Received: by wproxy.gmail.com with SMTP id i24so1277935wra for ; Tue, 15 Nov 2005 08:52:15 -0800 (PST) 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=Jq6AjUVxGAVWStrDe50f87nbxjKRiPW82E31h19UPNJ8YxkE6GzbgG33c/s1wUu7FVo0FImAU/oP3vu/C1v+xKYShDBSW8nBjHWwk+LJ0tPgLSUbaTnQpKcB2SXBn9wRnQYCx586nBHGfUUhtjOPovpJxplus39n/zt+iO7wpGc= Received: by 10.54.107.2 with SMTP id f2mr4385974wrc; Tue, 15 Nov 2005 08:52:14 -0800 (PST) Received: by 10.54.76.6 with HTTP; Tue, 15 Nov 2005 08:52:14 -0800 (PST) Message-ID: <4e89b4260511150852p2de5dd76h105b0aaa77f2f6f2@mail.gmail.com> Date: Tue, 15 Nov 2005 11:52:14 -0500 To: Steph Fox Cc: internals In-Reply-To: <099001c5ea00$3eecc0d0$52906751@foxbox> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <099001c5ea00$3eecc0d0$52906751@foxbox> Subject: Re: [PHP-DEV] Upgrade notes for 5.1 From: kingwez@gmail.com (Wez Furlong) I wouldn't "strongly" recommend the use of PDO when upgrading; that's sending the wrong message. I'd "warmly" recommend that the use of PDO be considered for new projects. The sqlite information is wrong. This is the way it is: ext/sqlite bundles sqlite version 2. The extension provides the "good old" ext/sqlite API and also implements the 'sqlite2' driver for PDO.=20 If you need to access SQLite version 2 databases, you need this extension. Use of sqlite version 2 should be avoided in new projects, as sqlite version 3 is vastly superior. ext/pdo_sqlite bundles sqlite version 3. It provides the 'sqlite' PDO driver. It's use is recommended for all new projects that want to use SQLite. --Wez. On 11/15/05, Steph Fox wrote: > Hi all, > > I've already canvassed Ilia and Stas - can anyone else think of anything > I've missed/mis-explained here? > > Thanks guys/guyess, > > - Steph > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > >