diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-06-20 10:31:35 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-06-20 10:31:35 +0200 |
commit | 69ef2f55cc88a8ac0b53db2f87299dfa986ce1d1 (patch) | |
tree | 89ab95c0df41e01a33c6b9b3aa97773f3b4b867f /phpBB/docs/INSTALL.html | |
parent | 820ad818dda3a559b762123e1035cef505fc42c8 (diff) | |
parent | 3e80268249983bef7455da89099bf4c1f7205008 (diff) | |
download | forums-69ef2f55cc88a8ac0b53db2f87299dfa986ce1d1.tar forums-69ef2f55cc88a8ac0b53db2f87299dfa986ce1d1.tar.gz forums-69ef2f55cc88a8ac0b53db2f87299dfa986ce1d1.tar.bz2 forums-69ef2f55cc88a8ac0b53db2f87299dfa986ce1d1.tar.xz forums-69ef2f55cc88a8ac0b53db2f87299dfa986ce1d1.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10925] Clarify installation requirements for SQLite
Diffstat (limited to 'phpBB/docs/INSTALL.html')
-rw-r--r-- | phpBB/docs/INSTALL.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 47cf546ee8..cec11facb6 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -132,7 +132,7 @@ <ul> <li>MySQL 3.23 or above (MySQLi supported)</li> <li>PostgreSQL 7.3+</li> - <li>SQLite 2.8.2+</li> + <li>SQLite 2.8.2+ (SQLite 3 is not supported)</li> <li>Firebird 2.1+</li> <li>MS SQL Server 2000 or above (directly or via ODBC or the native adapter)</li> <li>Oracle</li> |