aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorMáté Bartus <mate.bartus@gmail.com>2016-07-30 13:04:39 +0200
committerMáté Bartus <mate.bartus@gmail.com>2016-07-30 13:04:39 +0200
commit61a147546def2aaee24e723d5a78cb7afbc31331 (patch)
tree4184db0ae866aa67c8c1d429772fd35cfd11b4e9 /phpBB/language/en/install.php
parented2c8b5bf77a46852d9b0f989df42a5997fa8562 (diff)
downloadforums-61a147546def2aaee24e723d5a78cb7afbc31331.tar
forums-61a147546def2aaee24e723d5a78cb7afbc31331.tar.gz
forums-61a147546def2aaee24e723d5a78cb7afbc31331.tar.bz2
forums-61a147546def2aaee24e723d5a78cb7afbc31331.tar.xz
forums-61a147546def2aaee24e723d5a78cb7afbc31331.zip
[ticket/14633] Check for XML extension support on install
PHPBB3-14633
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.',