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

libxml_disable_entity_loader() is deprecated in PHP 8 #96

Closed
iKlsR opened this issue Jan 10, 2021 · 2 comments
Closed

libxml_disable_entity_loader() is deprecated in PHP 8 #96

iKlsR opened this issue Jan 10, 2021 · 2 comments

Comments

@iKlsR
Copy link

iKlsR commented Jan 10, 2021

"Function libxml_disable_entity_loader() is deprecated"

Currently bypassing this with error_reporting(E_ALL ^ E_DEPRECATED); but first party support would be nice. :)

https://php.watch/versions/8.0/libxml_disable_entity_loader-deprecation

phpmyadmin/phpmyadmin@723c009

@shuchkin
Copy link
Owner

fixed in 0.8.21

@iKlsR
Copy link
Author

iKlsR commented Jan 11, 2021

Thank you!

@iKlsR iKlsR changed the title Deprecated function call on PHP 8 libxml_disable_entity_loader() is deprecated in PHP 8 Jan 11, 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

2 participants