diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2013-10-19 23:05:27 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2013-10-19 23:05:27 +0200 |
| commit | 6de519431db33e22fee845c36179f1c65ad02110 (patch) | |
| tree | 5ff605274b7a7d16d963f0a9b9fbd542176c0040 | |
| parent | 16ab35c1b50f191299d49e1c8d3ffe74a4051dd3 (diff) | |
| download | forums-6de519431db33e22fee845c36179f1c65ad02110.tar forums-6de519431db33e22fee845c36179f1c65ad02110.tar.gz forums-6de519431db33e22fee845c36179f1c65ad02110.tar.bz2 forums-6de519431db33e22fee845c36179f1c65ad02110.tar.xz forums-6de519431db33e22fee845c36179f1c65ad02110.zip | |
[ticket/11951] Add MariaDB to supported DBMSes in requirement section.
PHPBB3-11951
| -rw-r--r-- | phpBB/docs/INSTALL.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 3fa0597fc8..74c017ecff 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -139,6 +139,7 @@ <li>A SQL database system, <strong>one of</strong>: <ul> <li>MySQL 3.23 or above (MySQLi supported)</li> + <li>MariaDB 5.1 or above</li> <li>PostgreSQL 7.3+</li> <li>SQLite 2.8.2+ (SQLite 3 is not supported)</li> <li>Firebird 2.1+</li> |
