aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module/requirements/task/check_server_environment.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install/module/requirements/task/check_server_environment.php')
-rw-r--r--phpBB/phpbb/install/module/requirements/task/check_server_environment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/module/requirements/task/check_server_environment.php b/phpBB/phpbb/install/module/requirements/task/check_server_environment.php
index 4607ce9ec2..93fffb911f 100644
--- a/phpBB/phpbb/install/module/requirements/task/check_server_environment.php
+++ b/phpBB/phpbb/install/module/requirements/task/check_server_environment.php
@@ -98,7 +98,7 @@ class check_server_environment extends \phpbb\install\task_base
{
$php_version = PHP_VERSION;
- if (version_compare($php_version, '7.1') < 0)
+ if (version_compare($php_version, '7.1.3') < 0)
{
$this->response_helper->add_error_message('PHP_VERSION_REQD', 'PHP_VERSION_REQD_EXPLAIN');