Topic: Deadram's PDO_SQLite support!
Ummm, I request my PDO_SQLite dblayer be a feature
What's wrong with the current SQLite dblayer? It can only support SQLite v2 databases.
What's new with the PDO_SQLite dblayer? It can support SQLite v3 databases (and v2 databases, if compiled with all the right options).
What's to change? Well gimme a few, and I'll letcha know... have to find a clear copy of punbb 1.2.12...
(PS: I've only tested it lightly, but it should work just fine with a SQLite3 database. Never tried the SQLite v2 database yet; but then again my PDO install doesn't support it)
EDIT --
http://robshouse.no-ip.info/music/forum/index.php
Username: test
Password: guest
Just incase you want to try it out. I've managed to test most options and such out, all successfully. If you want to post, just toss something in the Off-Topic
I'mah have a cigarette before I pull out the diff (should be just install.php, include/common.php, include/dblayer/common_db.php that are affected, and then the two new dblayer files.)
EDIT --
Hokais, got the diff, some install directions and the 2 new dblayer files
http://robshouse.no-ip.info/pdosqlite.tar.bz2
PS: My server is dirty farking slow atm (~Special~ thanks to my ISP), so if your downloading at 10KBytes/s well... your on turbo speed ;p
The only problem I can see right now is that install.php's CREATE TABLE commands should be different for pdosqlite3, so if anyone wants to optimize them for SQLite3, be my guest (the pdosqlite2 and sqlite commands should remain the exact same though!). Also, I've only tested PDO_SQLite's SQLite3 database support, SQLite2 database support remains untested.
The pdosqlite3.php file should be able to server as a template to start supporting other database formats that PDO can make use of.