Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings: deleted libxml_disable_entity_loader() calls #113

Merged
merged 2 commits into from
Mar 12, 2017

Conversation

agopaul
Copy link
Contributor

@agopaul agopaul commented Mar 12, 2017

Delete the calls since they're not necessary.

Prevent setLibXmlLoaderOptions() and getLibXmlLoaderOptions() to call the libxml_disable_entity_loader() function which alter the global state of libxml.

See the discussion here #74

Can confirm that every time that XML data is parsed the BaseReader::securityScanFile() method is called beforehand, so we're good to go.

…not necessary.

Prevent setLibXmlLoaderOptions() and getLibXmlLoaderOptions() to call the libxml_disable_entity_loader() function which alter the global state of libxml.
See the discussion here PHPOffice#74
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants