mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
Merge pull request #6494 from rxu/ticket/17148-master
[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier - master
This commit is contained in:
commit
a9ba897f6c
1 changed files with 2 additions and 2 deletions
|
@ -141,13 +141,13 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>MySQL 4.1.3 or above (MySQLi required)</li>
|
<li>MySQL 4.1.3 or above (MySQLi required)</li>
|
||||||
<li>MariaDB 5.1 or above</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>SQLite 3.6.15+</li>
|
||||||
<li>MS SQL Server 2000 or above (via ODBC or the native adapter)</li>
|
<li>MS SQL Server 2000 or above (via ODBC or the native adapter)</li>
|
||||||
<li>Oracle</li>
|
<li>Oracle</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</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:
|
<li>The following PHP modules are required:
|
||||||
<ul>
|
<ul>
|
||||||
<li>json</li>
|
<li>json</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue