mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch 'fix/Core-fix-server-parser-failed' into 'develop'
Fallback to Perl parser if ExpatXS is not installed See merge request artica/pandorafms!2631
This commit is contained in:
commit
2c6c8afe2d
@ -138,7 +138,8 @@ if (!$@) {
|
|||||||
# Force best option available.
|
# Force best option available.
|
||||||
$XML::Simple::PREFERRED_PARSER='XML::SAX::ExpatXS';
|
$XML::Simple::PREFERRED_PARSER='XML::SAX::ExpatXS';
|
||||||
} else {
|
} else {
|
||||||
# Let ParserDetails.ini command parser.
|
# Use classic parser.
|
||||||
|
$XML::Simple::PREFERRED_PARSER='XML::Parser';
|
||||||
}
|
}
|
||||||
|
|
||||||
# Default lib dir for RPM and DEB packages
|
# Default lib dir for RPM and DEB packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user