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. 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 <[EMAIL PROTECTED]> 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 > > > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php