1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-12 20:02:08 +02:00

[ticket/11951] Add MariaDB to supported DBMSes in requirement section.

PHPBB3-11951
This commit is contained in:
Andreas Fischer 2013-10-19 23:05:27 +02:00
parent 16ab35c1b5
commit 6de519431d

View File

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