File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -692,20 +692,6 @@ public static function checkServer(\OC\SystemConfig $config) {
692
692
];
693
693
}
694
694
695
- if (function_exists ('xml_parser_create ' ) &&
696
- LIBXML_LOADED_VERSION < 20700 ) {
697
- $ version = LIBXML_LOADED_VERSION ;
698
- $ major = floor ($ version / 10000 );
699
- $ version -= ($ major * 10000 );
700
- $ minor = floor ($ version / 100 );
701
- $ version -= ($ minor * 100 );
702
- $ patch = $ version ;
703
- $ errors [] = [
704
- 'error ' => $ l ->t ('libxml2 2.7.0 is at least required. Currently %s is installed. ' , [$ major . '. ' . $ minor . '. ' . $ patch ]),
705
- 'hint ' => $ l ->t ('To fix this issue update your libxml2 version and restart your web server. ' )
706
- ];
707
- }
708
-
709
695
if (!self ::isAnnotationsWorking ()) {
710
696
$ errors [] = [
711
697
'error ' => $ l ->t ('PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible. ' ),
You can’t perform that action at this time.
0 commit comments