Skip to content

Commit

Permalink
Merge pull request #6494 from rxu/ticket/17148-master
Browse files Browse the repository at this point in the history
[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier - master
  • Loading branch information
marc1706 committed Jun 26, 2023
2 parents f7ddbb7 + bcf1bef commit a9ba897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpBB/docs/INSTALL.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ <h1>Install</h1>
<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>
Expand Down

0 comments on commit a9ba897

Please sign in to comment.