1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/10091] Bump minimum supported postgresql version to 8.3.

PHPBB3-10091
This commit is contained in:
Oleg Pudeyev
2012-12-04 02:52:18 -05:00
parent 913a2a773a
commit b67f112e03
4 changed files with 4 additions and 4 deletions

View File

@@ -210,7 +210,7 @@ $lang = array_merge($lang, array(
<p>phpBB3 supports the following databases:</p>
<ul>
<li>MySQL 3.23 or above (MySQLi supported)</li>
<li>PostgreSQL 7.3+</li>
<li>PostgreSQL 8.3+</li>
<li>SQLite 2.8.2+</li>
<li>Firebird 2.1+</li>
<li>MS SQL Server 2000 or above (directly or via ODBC)</li>