Thanks Wez, consider it done - and sorry I took up so much of your time
today, I know you're busy.
----- Original Message -----
From: "Wez Furlong" <kingwez@gmail.com>
To: "Steph Fox" <steph@zend.com>
Cc: "internals" <internals@lists.php.net>
Sent: Tuesday, November 15, 2005 7:25 PM
Subject: Re: [PHP-DEV] Upgrade notes for PHP 5.1 - 3rd draft
"The 'sqlite2' PDO driver supplied
to PDO via the sqlite extension, allows you to access legacy SQLite 2
databases created by external processes or with earlier versions of PHP."
I'd reword this as "The sqlite extension also provides the PDO
'sqlite2' driver, and allows you to access legacy SQLite 2 databases
..."
Also: "New
projects should use PDO and the 'sqlite' (version 3) driver, as this is
faster than SQLite 2, handles write locking, and supports both prepared
statements and binary columns natively."
I'd write this instead:
"New
projects should use PDO and the 'sqlite' (version 3) driver, as this is
faster than SQLite 2, has improved locking concurrency, and supports
both prepared
statements and binary columns natively."
--Wez.
On 11/15/05, Steph Fox <steph@zend.com> wrote:
> Hopefully I have the PDO stuff outlined a little better now.
>
> I know Dmitry and Derick have both committed changes today that should go
in