aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schnegelberger <mail@crizzo.de>2018-01-07 22:22:41 +0100
committerChristian Schnegelberger <mail@crizzo.de>2018-01-07 22:22:41 +0100
commit81a8a76c594fd90de316775f494170dddf2d6b51 (patch)
tree6fd23d1c63c1097a4c5d45a9c28ca8503bbcbe05
parentf26cf2dc1f2c58ac6cf97974aafa749688cacbaa (diff)
downloadforums-81a8a76c594fd90de316775f494170dddf2d6b51.tar
forums-81a8a76c594fd90de316775f494170dddf2d6b51.tar.gz
forums-81a8a76c594fd90de316775f494170dddf2d6b51.tar.bz2
forums-81a8a76c594fd90de316775f494170dddf2d6b51.tar.xz
forums-81a8a76c594fd90de316775f494170dddf2d6b51.zip
[ticket/15500] Updates PHP requirements to 5.4.7+ in docs/
PHPBB3-15500
-rw-r--r--phpBB/docs/INSTALL.html2
-rw-r--r--phpBB/docs/README.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html
index 956a384263..2d97373721 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.7+</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 7fd80b3c2d..fd4bfdada0 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 the latest stable version of PHP.</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 7.2.</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>