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

Function libxml_disable_entity_loader() is deprecated #213

Closed
DeyV opened this issue May 11, 2021 · 0 comments
Closed

Function libxml_disable_entity_loader() is deprecated #213

DeyV opened this issue May 11, 2021 · 0 comments

Comments

@DeyV
Copy link

DeyV commented May 11, 2021

This function has been DEPRECATED as of PHP 8.0.0. Relying on this function is highly discouraged.

Disable/enable the ability to load external entities. Note that disabling the loading of external entities may cause general issues with loading XML documents. However, as of libxml 2.9.0 entity substitution is disabled by default, so there is no need to disable the loading of external entities, unless there is the need to resolve internal entity references with LIBXML_NOENT. Generally, it is preferable to use libxml_set_external_entity_loader() to suppress loading of external entities.

  • PHP 8.0
  • garethp/http-playback (v2.0)
  • garethp/php-ews (v0.10.0)
Garethp added a commit that referenced this issue Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant