mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17148] Bump PostgreSQL minimum requirement to 9.4+
master branch uses Doctrine 3 which provides specific platform only for PostgreSQL 9.4 and above. Also bump maximum PHP requirement to PHP 8.2 as it is infact. PHPBB3-17148
This commit is contained in:
@@ -141,13 +141,13 @@
|
||||
<ul>
|
||||
<li>MySQL 4.1.3 or above (MySQLi required)</li>
|
||||
<li>MariaDB 5.1 or above</li>
|
||||
<li>PostgreSQL 8.3+</li>
|
||||
<li>PostgreSQL 9.4+</li>
|
||||
<li>SQLite 3.6.15+</li>
|
||||
<li>MS SQL Server 2000 or above (via ODBC or the native adapter)</li>
|
||||
<li>Oracle</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>PHP 7.3.0+</strong> up to and including <strong>PHP 8.1</strong> with support for the database you intend to use.</li>
|
||||
<li><strong>PHP 7.3.0+</strong> up to and including <strong>PHP 8.2</strong> with support for the database you intend to use.</li>
|
||||
<li>The following PHP modules are required:
|
||||
<ul>
|
||||
<li>json</li>
|
||||
|
Reference in New Issue
Block a user