Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2020-11-28 12:06:41 +0300
committerAleksander Machniak <alec@alec.pl>2020-11-28 12:06:41 +0300
commit066faa148592d7572ffc40cd1a2e9eb8cebf23c3 (patch)
tree4c688768e6e51d50d649d196dc935854ec42a4c2 /INSTALL
parent37d75d96a36c2c305def28f9921d7b0ad75858fa (diff)
CS fixes, short array syntax, PHP8 fixes, tests
also fixed listing of table columns on SQLite database
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 9535f227b..f3ab1737a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -28,7 +28,7 @@ REQUIREMENTS
- mbstring.func_overload disabled
- pcre.backtrack_limit >= 100000
* A MySQL, PostgreSQL, MS SQL Server (2005 or newer), Oracle database
- or SQLite support in PHP - with permission to create tables
+ or SQLite (3.16 or newer) support in PHP - with permission to create tables
* Composer installed either locally or globally (https://getcomposer.org)
@@ -119,7 +119,7 @@ the database engine with:
* SQLite
--------
-Versions of sqlite database engine older than 3 aren't supported.
+Versions of sqlite database engine older than 3.16 aren't supported.
Database file and structure is created automatically by Roundcube.
Make sure your configuration points to some file location and that the
webserver can write to the file and the directory containing the file.