aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-12-07 21:38:48 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-12-07 21:38:48 +0100
commitfd533f421439794e94c673d1287eeeb2aa049fa1 (patch)
treeab5c3da0c088eac0e9bb4bf269cd080b0dc78232
parent434a04344e415feda6e19671afc456f99f73b9cd (diff)
parent61255a8982d197f3a6c185f9e342e9934df74638 (diff)
downloadforums-fd533f421439794e94c673d1287eeeb2aa049fa1.tar
forums-fd533f421439794e94c673d1287eeeb2aa049fa1.tar.gz
forums-fd533f421439794e94c673d1287eeeb2aa049fa1.tar.bz2
forums-fd533f421439794e94c673d1287eeeb2aa049fa1.tar.xz
forums-fd533f421439794e94c673d1287eeeb2aa049fa1.zip
Merge pull request #4064 from marc1706/ticket/14339-master
[ticket/14339] Properly state PHP version support * marc1706/ticket/14339-master: [ticket/14339] Specify that PHP 7.0 is supported instead of "prior versions" [ticket/14339] Properly state PHP version support
-rw-r--r--phpBB/composer.json2
-rw-r--r--phpBB/docs/INSTALL.html2
-rw-r--r--phpBB/docs/README.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/composer.json b/phpBB/composer.json
index 9d52712655..8db3cb1348 100644
--- a/phpBB/composer.json
+++ b/phpBB/composer.json
@@ -25,7 +25,7 @@
"phpbb/phpbb-core": "self.version"
},
"require": {
- "php": ">=5.4",
+ "php": ">=5.4,<7.1",
"bantu/ini-get-wrapper": "1.0.*",
"google/recaptcha": "~1.1",
"lusitanian/oauth": "0.2.*",
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..96af78f48a 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 PHP 7.0.</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>