A new fix for #4130:
The fix added for this bug, that check xml file size is < 200 to decideif file must or not be read created a new issue, single entry is notshowed.
Instead of doing this, check parse_xml_config() return and return emptyarray when it's -1
While here, prevent errors saying parse_xml_config() doesn't exist andmake sure xmlparse.inc is required
A new fix for #4130:
The fix added for this bug, that check xml file size is < 200 to decide
if file must or not be read created a new issue, single entry is not
showed.
Instead of doing this, check parse_xml_config() return and return empty
array when it's -1
While here, prevent errors saying parse_xml_config() doesn't exist and
make sure xmlparse.inc is required