php5 does not support sqlite3 at all. See php.net for details.
You'd have to port roundcube to use http://php-sqlite3.sourceforge.net/pmwiki/pmwiki.php which doesn't support everything.
Adhamh
On 11/1/05 6:54 PM, "Robi" rob.markovic@gmail.com wrote:
But I don't want to use sqlite v2. It's abysmal compared to v3. Hence I already have v3 installed, and the php db stuff should work. I don't have php5 either, and neither did Justus.
-- Robi
On 11/1/05, Adhamh Findlay roundcube@adhamh.com wrote:
This doesn't matter. SQLite 2 is compiled into php5. The only issue is that you don't have the tools to manually inspect the sqlite database on the command line. Other than that if you have installed php5 you don't need any sqlite installation.
Adhamh
On 11/1/05 2:24 PM, "Robi" rob.markovic@gmail.com wrote:
Justus,
Great detail, thank you. Now the only variable I have is that I've only installed sqlite v3.2.1. I'm wondering if the php sqlite libs work with v3.x or only v2.x.
-- Robi p.s. can the list owner set the reply-to header on the list.. should ease the reply procedure.