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

Don't use libxml_disable_entity_loader when deprecated #3092

Merged
merged 2 commits into from
Oct 2, 2021

Conversation

iansltx
Copy link
Contributor

@iansltx iansltx commented Jun 29, 2021

Backports the important bit of slimphp/Slim-Http@4715329

You're on your own for full test suite to maintain PHP 5.5 compatibility, but this is the only thing I've run into where PHP 8 is a problem.

Backports the important bit of slimphp/Slim-Http@4715329

You're on your own for full test suite to maintain PHP 5.5 compatibility, but this is the only thing I've run into where PHP 8 is a problem.
Ayesh added a commit to Ayesh/Slim that referenced this pull request Sep 27, 2021
This function is [deprecated in PHP 8.0](https://php.watch/versions/8.0/libxml_disable_entity_loader-deprecation).
Since this fork depends on PHP > 8.0, it is safe to remove all calls to this function.

Related: slimphp#3092
@l0gicgate l0gicgate added this to the 3.12.4 milestone Oct 2, 2021
@l0gicgate l0gicgate merged commit ce3cb65 into slimphp:3.x Oct 2, 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

Successfully merging this pull request may close these issues.

2 participants