We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61736c commit 9193334Copy full SHA for 9193334
lib/private/legacy/util.php
@@ -833,7 +833,7 @@ public static function checkServer(\OCP\IConfig $config) {
833
}
834
835
if(function_exists('xml_parser_create') &&
836
- version_compare('2.7.0', LIBXML_DOTTED_VERSION) === 1) {
+ LIBXML_LOADED_VERSION < 20700 ) {
837
$errors[] = array(
838
'error' => $l->t('libxml2 2.7.0 is at least required. Currently %s is installed.', [LIBXML_DOTTED_VERSION]),
839
'hint' => $l->t('To fix this issue update your libxml2 version and restart your web server.')
0 commit comments