aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
author3D-I <480857+3D-I@users.noreply.github.com>2019-12-31 22:07:38 +0100
committer3D-I <480857+3D-I@users.noreply.github.com>2019-12-31 22:08:18 +0100
commit7ef52f723cbf9714fd5e8a94f6a9b0c7b3085f1e (patch)
treeaaf161901b9cee12f73dbf2727caa4bc6d5f91d0 /phpBB/language/en/install.php
parent6ee537b3f2f45b300e38a55759566abb0752ec0f (diff)
downloadforums-7ef52f723cbf9714fd5e8a94f6a9b0c7b3085f1e.tar
forums-7ef52f723cbf9714fd5e8a94f6a9b0c7b3085f1e.tar.gz
forums-7ef52f723cbf9714fd5e8a94f6a9b0c7b3085f1e.tar.bz2
forums-7ef52f723cbf9714fd5e8a94f6a9b0c7b3085f1e.tar.xz
forums-7ef52f723cbf9714fd5e8a94f6a9b0c7b3085f1e.zip
[ticket/16283] Update requirements for 3.3.0
PHPBB3-16283
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r--phpBB/language/en/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 53d9940560..61a7b72791 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -105,7 +105,7 @@ $lang = array_merge($lang, array(
// Server requirements
'PHP_VERSION_REQD' => 'PHP version',
- 'PHP_VERSION_REQD_EXPLAIN' => 'phpBB requires PHP version 7.1.0 or higher.',
+ 'PHP_VERSION_REQD_EXPLAIN' => 'phpBB requires PHP version 7.1.3 or higher.',
'PHP_GETIMAGESIZE_SUPPORT' => 'PHP getimagesize() function is required',
'PHP_GETIMAGESIZE_SUPPORT_EXPLAIN' => 'In order for phpBB to function correctly, the getimagesize function needs to be available.',
'PCRE_UTF_SUPPORT' => 'PCRE UTF-8 support',