1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge pull request #5498 from 3D-I/ticket/15926

[ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev
This commit is contained in:
Marc Alexander
2019-01-06 20:58:52 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -147,7 +147,7 @@
<li>Oracle</li>
</ul>
</li>
<li><strong>PHP 5.4.7+</strong> with support for the database you intend to use.</li>
<li><strong>PHP 5.4.7+</strong> but less than <strong>PHP 7.3</strong> with support for the database you intend to use.</li>
<li>The following PHP modules are required:
<ul>
<li>json</li>