diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-12-05 13:54:39 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-12-05 13:54:39 +0100 |
commit | e8247faacc64dd5938a07e5aacf9e9d031933af5 (patch) | |
tree | 306bf2483f30560765c184b028cebc2cf02d054d /phpBB/docs/README.html | |
parent | 7eef7b2ea2a62880aafe807a1070c17c96b48a70 (diff) | |
download | forums-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
Diffstat (limited to 'phpBB/docs/README.html')
-rw-r--r-- | phpBB/docs/README.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |