aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-01-06 20:58:52 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-01-06 20:58:52 +0100
commit673433dadbc43e3c2edd6bdbd263454371ab4c44 (patch)
tree792e3e9fd10f4091da3c295316a7552a8a926ade /phpBB/docs
parent537ff0c567de293763226390ab9d968ab73d77d5 (diff)
parenta0efae7734dffad160aed7684a3b4072a5dbec69 (diff)
downloadforums-673433dadbc43e3c2edd6bdbd263454371ab4c44.tar
forums-673433dadbc43e3c2edd6bdbd263454371ab4c44.tar.gz
forums-673433dadbc43e3c2edd6bdbd263454371ab4c44.tar.bz2
forums-673433dadbc43e3c2edd6bdbd263454371ab4c44.tar.xz
forums-673433dadbc43e3c2edd6bdbd263454371ab4c44.zip
Merge pull request #5498 from 3D-I/ticket/15926
[ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/INSTALL.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html
index 853607886b..4f7f07d3dc 100644
--- a/phpBB/docs/INSTALL.html
+++ b/phpBB/docs/INSTALL.html
@@ -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>