diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-12-30 12:31:26 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 21:49:57 +0200 |
commit | e76c673e2e6a379ae7c4beccabfaaf8a5eb18371 (patch) | |
tree | b3feec1b8b70a6ce445f348aab4cdbf70a211a5b /phpBB/language | |
parent | ebac54aa9e705e99a562d2fe2c0f57bc6af8dd32 (diff) | |
download | forums-e76c673e2e6a379ae7c4beccabfaaf8a5eb18371.tar forums-e76c673e2e6a379ae7c4beccabfaaf8a5eb18371.tar.gz forums-e76c673e2e6a379ae7c4beccabfaaf8a5eb18371.tar.bz2 forums-e76c673e2e6a379ae7c4beccabfaaf8a5eb18371.tar.xz forums-e76c673e2e6a379ae7c4beccabfaaf8a5eb18371.zip |
[ticket/14948] Update requirements and travis build matrix
PHPBB3-14948
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 370ab00988..7591eb16ec 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 5.4.0 or higher.', + 'PHP_VERSION_REQD_EXPLAIN' => 'phpBB requires PHP version 7.1.0 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', |