Merge d8dcdc506d9d0acd1bcce1bfbfd7dead0ff63c98 into 5d4166196ad5bcde89f7316d273ef13eff144666
This commit is contained in:
commit
7f7866638b
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user