Merge d8dcdc506d9d0acd1bcce1bfbfd7dead0ff63c98 into 5d4166196ad5bcde89f7316d273ef13eff144666

This commit is contained in:
Kevin Bond 2017-06-04 16:57:49 +00:00 committed by GitHub
commit 7f7866638b

View File

@ -17,6 +17,12 @@ class XMLReader extends \XMLReader
const ZIP_WRAPPER = 'zip://';
public function __construct()
{
// ensure libxml entity loading is enabled
libxml_disable_entity_loader(false);
}
/**
* Opens the XML Reader to read a file located inside a ZIP file.
*