aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install_new.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/install_new.php')
-rw-r--r--phpBB/language/en/install_new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install_new.php b/phpBB/language/en/install_new.php
index 35153973de..5b3942c125 100644
--- a/phpBB/language/en/install_new.php
+++ b/phpBB/language/en/install_new.php
@@ -99,7 +99,7 @@ $lang = array_merge($lang, array(
// Server requirements
'PHP_VERSION_REQD' => 'PHP version',
- 'PHP_VERSION_REQD_EXPLAIN' => 'phpBB requires PHP version 5.3.9 or higher.',
+ 'PHP_VERSION_REQD_EXPLAIN' => 'phpBB requires PHP version 5.4.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',