libxml_disable_entity_loader causes server wide trouble

I’m not sure the libxml_disable_entity_loader(); (in FrontController.php) is newly introduced for piwik 2.0

There are some versions of php where this option is not thread save!

So it might ( or will ) kill other websites on the same server. Any other php script using simplexml_load_file will fail when in the same thread.

thanks for report Created ticket libxml_disable_entity_loader() breaks other softwares on same server · Issue #4409 · matomo-org/matomo · GitHub