aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2016-07-30 23:04:44 +0200
committerOliver Schramm <oliver.schramm97@gmail.com>2016-07-30 23:04:44 +0200
commit69d2bad929f8a8d0d92bf9fcc1cb1edeccf88c51 (patch)
tree4184db0ae866aa67c8c1d429772fd35cfd11b4e9 /phpBB/language/en/install.php
parented2c8b5bf77a46852d9b0f989df42a5997fa8562 (diff)
parent61a147546def2aaee24e723d5a78cb7afbc31331 (diff)
downloadforums-69d2bad929f8a8d0d92bf9fcc1cb1edeccf88c51.tar
forums-69d2bad929f8a8d0d92bf9fcc1cb1edeccf88c51.tar.gz
forums-69d2bad929f8a8d0d92bf9fcc1cb1edeccf88c51.tar.bz2
forums-69d2bad929f8a8d0d92bf9fcc1cb1edeccf88c51.tar.xz
forums-69d2bad929f8a8d0d92bf9fcc1cb1edeccf88c51.zip
Merge pull request #4395 from CHItA/ticket/14633
[ticket/14633] Check for XML extension support on install
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r--phpBB/language/en/install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 86755c46f5..b67b87959d 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -113,6 +113,8 @@ $lang = array_merge($lang, array(
'PCRE_UTF_SUPPORT_EXPLAIN' => 'phpBB will not run if your PHP installation is not compiled with UTF-8 support in the PCRE extension.',
'PHP_JSON_SUPPORT' => 'PHP JSON support',
'PHP_JSON_SUPPORT_EXPLAIN' => 'In order for phpBB to function correctly, the PHP JSON extension needs to be available.',
+ 'PHP_XML_SUPPORT' => 'PHP XML/DOM support',
+ 'PHP_XML_SUPPORT_EXPLAIN' => 'In order for phpBB to function correctly, the PHP XML/DOM extension needs to be available.',
'PHP_SUPPORTED_DB' => 'Supported databases',
'PHP_SUPPORTED_DB_EXPLAIN' => 'You must have support for at least one compatible database within PHP. If no database modules are shown as available you should contact your hosting provider or review the relevant PHP installation documentation for advice.',