ensure libxml entity loading is enabled
This commit is contained in:
parent
6f4ddb1569
commit
d8dcdc506d
@ -16,6 +16,12 @@ class XMLReader extends \XMLReader
|
|||||||
|
|
||||||
const ZIP_WRAPPER = 'zip://';
|
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.
|
* Opens the XML Reader to read a file located inside a ZIP file.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user