"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 <[EMAIL PROTECTED]> 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
> here, and await the outcome of the zend_parse_parameters() discussion with
> interest.
>
> Anything else missing?
>
> - Steph
>
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to