From 50d515a7d690f6017d97017f1370705e1a214c27 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sat, 02 May 2009 16:11:45 -0400 Subject: [PATCH] - some hints to use sqlite db (#1485821) --- INSTALL | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 5f2f3dd..42fd4bb 100644 --- a/INSTALL +++ b/INSTALL @@ -70,9 +70,8 @@ * SQLite -------- -Sqlite requires specifically php5 (sqlite in php4 currently doesn't -work with roundcube), and you need sqlite 2 (preferably 2.8) to setup -the sqlite db (sqlite 3.x also doesn't work at the moment). Here is +You need sqlite 2 (preferably 2.8) to setup the sqlite db +(sqlite 3.x also doesn't work at the moment). Here is an example how you can setup the sqlite.db for roundcube: # sqlite -init SQL/sqlite.initial.sql sqlite.db -- Gitblit v1.9.1