X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=install%2Findex.php;h=778899163a3dbf0206c4323d5c5efd45b76d0377;hb=a60be936894309bbc4d7cea10cf3b726844bc803;hp=4ac1a51e67c868cc5ab4b3cf236a294750aeb1b6;hpb=5105de09b866a840dc698ab62269ead67a70fadf;p=civicrm-core.git diff --git a/install/index.php b/install/index.php index 4ac1a51e67..778899163a 100644 --- a/install/index.php +++ b/install/index.php @@ -705,6 +705,13 @@ class InstallRequirements { ts("MySQL support not included in PHP."), )); + // Check for XML support + $this->requireFunction('simplexml_load_file', array( + ts("PHP Configuration"), + ts("SimpleXML support"), + ts("SimpleXML support not included in PHP."), + )); + // Check for JSON support $this->requireFunction('json_encode', array( ts("PHP Configuration"),