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.