Author Topic: [RC2]: Need SQLITE3 support for adding roundcube in my OpenSource project  (Read 3450 times)

Offline dtouzeau

  • Newbie
  • *
  • Posts: 1
Dear my email server project 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 :

Quote
DB 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 ???