diff options
author | Christian Schnegelberger <mail@crizzo.de> | 2018-01-16 21:42:26 +0100 |
---|---|---|
committer | Christian Schnegelberger <mail@crizzo.de> | 2018-01-16 21:42:38 +0100 |
commit | 1f80b668f1c44f5ca5710b426bcde200525e24f7 (patch) | |
tree | f7c8b9c6ff537615d5b3f33fa68d4c14fdd070ab | |
parent | 81a8a76c594fd90de316775f494170dddf2d6b51 (diff) | |
download | forums-1f80b668f1c44f5ca5710b426bcde200525e24f7.tar forums-1f80b668f1c44f5ca5710b426bcde200525e24f7.tar.gz forums-1f80b668f1c44f5ca5710b426bcde200525e24f7.tar.bz2 forums-1f80b668f1c44f5ca5710b426bcde200525e24f7.tar.xz forums-1f80b668f1c44f5ca5710b426bcde200525e24f7.zip |
[ticket/15500] Remove number from upper PHP limit
PHPBB3-15500
-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 fd4bfdada0..567ecd5ee0 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.7 and the maximum supported version is the latest stable version of PHP 7.2.</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.7 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> |