Topic: sqlite3 and PDO in PunBB

Hi,

Is any chance for support Sqlite3 and PDO in PunBB?  My server does not support  php-sqlite extension (only php-sqlite3)
and I do not want to  use MySQL since I want to have a forum which can be highly portable. I did some research, and found
that there is only one PDO-ready forum - FudForum (phpBB and MyBB both have some problems, since they are in beta, I guess).
FudForum  works great using sqlite3, but I do not like the way it looks. I like PunBB.

I think  PunBB will gain a lot of popularity if sqlite3 support will be added

cheers, Sergei

Re: sqlite3 and PDO in PunBB

Not planed to released in 1.3.5.

Re: sqlite3 and PDO in PunBB

Have worked prototype SQLite3 in dev branch punbb-1.4.

Re: sqlite3 and PDO in PunBB

I HAVE WORKED AGAIN WITH Sqlite3 and PDO in PunBB, BUT NOT GET ANY PROBLEM

Re: sqlite3 and PDO in PunBB

SQLite3 not support $forum_db->num_rows()
We removed all num_rows references from forum core in 1.4 branch and have worked SQLite3, but exists many extensions that used num_rows() methods.

That why we not released SQLite3 in 1.4 — but u can install it without any guaranty.
Since 1.4 num_rows() will be marked as deprecated, and completely removed in 1.5 version.