Roundcube Community Forum

Release Support => Pending Issues => Topic started by: dtouzeau on November 14, 2007, 07:07:24 PM

Title: [RC2]: Need SQLITE3 support for adding roundcube in my OpenSource project
Post by: dtouzeau on November 14, 2007, 07:07:24 PM
Dear my email server project http://www.artica.fr (http://www.artica.fr) use RoundCuble as a standard webmail application.
But currently i must disable this feature because i think that roundCube is not SQLite3 compliance...
My application use SQlite3 because there are many performances improvements in this new SQlite version.

Perhaps i miss something but after create database and set all permissions needed the error log generate :

QuoteDB Error: DB Error: extension not found in /usr/share/roundcubemail-0.1-rc2/program/include/rcube_db.inc on line 105

I know There is a difference using Sqlite3 or sqlite2 by using php-sqlite components the functions is not the same...
It is sure that current version did not support SQlite3 ???