aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-12-05 13:54:39 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-12-05 13:54:39 +0100
commite8247faacc64dd5938a07e5aacf9e9d031933af5 (patch)
tree306bf2483f30560765c184b028cebc2cf02d054d
parent7eef7b2ea2a62880aafe807a1070c17c96b48a70 (diff)
downloadforums-e8247faacc64dd5938a07e5aacf9e9d031933af5.tar
forums-e8247faacc64dd5938a07e5aacf9e9d031933af5.tar.gz
forums-e8247faacc64dd5938a07e5aacf9e9d031933af5.tar.bz2
forums-e8247faacc64dd5938a07e5aacf9e9d031933af5.tar.xz
forums-e8247faacc64dd5938a07e5aacf9e9d031933af5.zip
[ticket/14339] Properly state PHP version support
PHPBB3-14339
-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 af1cd2b329..8a177b3cf4 100644
--- a/phpBB/composer.json
+++ b/phpBB/composer.json
@@ -25,7 +25,7 @@
"phpbb/phpbb-core": "self.version"
},
"require": {
- "php": ">=5.3.3",
+ "php": ">=5.3.3,<7.0",
"lusitanian/oauth": "0.2.*",
"symfony/config": "2.3.*",
"symfony/console": "2.3.*",
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html
index 033bb1a80b..2929c7be28 100644
--- a/phpBB/docs/INSTALL.html
+++ b/phpBB/docs/INSTALL.html
@@ -147,7 +147,7 @@
<li>Oracle</li>
</ul>
</li>
- <li><strong>PHP 5.3.3+</strong> with support for the database you intend to use.</li>
+ <li><strong>PHP 5.3.3+</strong> and <strong>PHP < 7.0</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 21639045a3..4b85735463 100644
--- a/phpBB/docs/README.html
+++ b/phpBB/docs/README.html
@@ -323,7 +323,7 @@
<div class="content">
- <p>phpBB 3.1.x takes advantage of new features added in PHP 5.3. We recommend that you upgrade to the latest stable release of PHP5 to run phpBB. The minimum version required is PHP 5.3.3.</p>
+ <p>phpBB 3.1.x takes advantage of new features added in PHP 5.3. We recommend that you upgrade to the latest stable release of PHP5 to run phpBB. The minimum version required is PHP 5.3.3 and the maximum supported version is any version prior to 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>