Merge pull request #11036 from elisseck/CRM-20460-4.7
[civicrm-core.git] / install / index.php
index 4ac1a51e67c868cc5ab4b3cf236a294750aeb1b6..778899163a3dbf0206c4323d5c5efd45b76d0377 100644 (file)
@@ -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"),