1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/10925] Clarify installation requirements for SQLite
This commit is contained in:
Andreas Fischer 2012-06-20 10:31:35 +02:00
commit 69ef2f55cc

View File

@ -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>