On Tue, Aug 14, 2007 at 05:22:14PM +1000, Julien Goodwin wrote: > On 14/08/2007 5:08 PM, Steve Langasek wrote: > > On Tue, Aug 14, 2007 at 03:26:52PM +1000, Julien Goodwin wrote: > >> I was somehow confusing php5-sqlite & php5-sqlite3. Now I've sorted that > >> it seems obvious that php5-sqlite3 should at least suggest, and ideally > >> recommend php5-sqlite and add a note to the package description that > >> php5-sqlite provides the sqlite driver for php5-sqlite3.
> > Huh? No, it shouldn't. php5-sqlite and php5-sqlite3 are packages for two > > different versions of sqlite, there is no reason at all that one should > > recommend the other. > php5-sqlite provides the sqlite PDO driver which supports *BOTH* sqlite2 > AND sqlite3. It links against libsqlite3 only. If it supports sqlite2, that's a side-effect of libsqlite3 supporting the sqlite2 data format. As soon as the inadvertent linking with libsqlite3 was corrected, the PDO driver would immediately *drop* support for sqlite3 and *only* support sqlite2; or if libsqlite3 does in fact support both formats, the php5 package could be migrated entirely to libsqlite3, but then we would have to sort out what's to be done with the out-of-tree php5-sqlite3 package. > Perhaps it could be moved elsewhere, but in any case there needs to be > an obvious way to find what package I need to install to get the > "sqlite" PDO driver from php5-sqlite3 That's the problem of the php5-sqlite3 maintainer. The php5-sqlite package was never intended to have any support for sqlite3 at this point. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]