diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-09-25 17:22:26 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-09-25 17:22:26 +0200 |
commit | ef755ffd38e077d448321177dcc4ec8c49b5e122 (patch) | |
tree | 38d44274a166b7b63e23efd9d42664bc703e1308 /phpBB/docs/README.html | |
parent | de2c70127f61819d1771493016ec2935eadb7e91 (diff) | |
parent | 9e52ed9af1268b2230ff2fb4868c0b026f7ac464 (diff) | |
download | forums-ef755ffd38e077d448321177dcc4ec8c49b5e122.tar forums-ef755ffd38e077d448321177dcc4ec8c49b5e122.tar.gz forums-ef755ffd38e077d448321177dcc4ec8c49b5e122.tar.bz2 forums-ef755ffd38e077d448321177dcc4ec8c49b5e122.tar.xz forums-ef755ffd38e077d448321177dcc4ec8c49b5e122.zip |
Merge pull request #4463 from marc1706/ticket/14797
[ticket/14797] Support PHP 7.1 and clearly state support for latest versions
* marc1706/ticket/14797:
[ticket/14797] Support PHP 7.1 and clearly state support for latest versions
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 2fa18a0714..770c30f932 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 PHP to run phpBB. The minimum version required is PHP 5.4.0 and the maximum supported version is PHP 7.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 the latest stable version of PHP.</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> |