aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-12-07 21:33:59 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-12-07 21:33:59 +0100
commit1dba763e095d003b1f5391b32c33f8edf61530b0 (patch)
tree8f53c32ec185521f5a0bbf3a7e6f6a2b9f51ee5a /phpBB/docs
parent434a04344e415feda6e19671afc456f99f73b9cd (diff)
parente8247faacc64dd5938a07e5aacf9e9d031933af5 (diff)
downloadforums-1dba763e095d003b1f5391b32c33f8edf61530b0.tar
forums-1dba763e095d003b1f5391b32c33f8edf61530b0.tar.gz
forums-1dba763e095d003b1f5391b32c33f8edf61530b0.tar.bz2
forums-1dba763e095d003b1f5391b32c33f8edf61530b0.tar.xz
forums-1dba763e095d003b1f5391b32c33f8edf61530b0.zip
Merge branch 'ticket/14339' into ticket/14339-master
Conflicts: phpBB/composer.json phpBB/docs/INSTALL.html phpBB/docs/README.html
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/INSTALL.html2
-rw-r--r--phpBB/docs/README.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html
index a5b1778848..86b320d197 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.0+</strong> with support for the database you intend to use.</li>
+ <li><strong>PHP 5.4.0+</strong> and <strong>PHP < 7.1</strong> with support for the database you intend to use.</li>
<li>The following PHP modules are required:
<ul>
<li>json</li>
diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html
index da3e2fa066..0a85b52dfa 100644
--- a/phpBB/docs/README.html
+++ b/phpBB/docs/README.html
@@ -323,7 +323,7 @@
<div class="content">
- <p>phpBB 3.2.x takes advantage of new features added in PHP 5.4. We recommend that you upgrade to the latest stable release of PHP5 to run phpBB. The minimum version required is PHP 5.4.0.</p>
+ <p>phpBB 3.2.x takes advantage of new features added in PHP 5.4. We recommend that you upgrade to the latest stable release of PHP to run phpBB. The minimum version required is PHP 5.4.0 and the maximum supported version is any version prior to PHP 7.1.</p>
<p>Please remember that running any application on a development (unstable, e.g. a beta release) version of PHP can lead to strange/unexpected results which may appear to be bugs in the application. Therefore, we recommend you upgrade to the newest stable version of PHP before running phpBB. If you are running a development version of PHP please check any bugs you find on a system running a stable release before submitting.</p>