Describe the bug
php 8.0 deprecated libxml_disable_entity_loader since it's no longer needed with the updated libxml version used
To Reproduce
Run version 2.x with deprecation activated (e.g. error_reporting(-1);)
Expected behavior
Getting no deprecation warnings.
Your Environment
- Which version of this library are you using? 2.12.22
- Which version of php are you using? 8.0.11
I have a fix ready here and could submit this, if wanted.
Describe the bug
php 8.0 deprecated
libxml_disable_entity_loadersince it's no longer needed with the updated libxml version usedTo Reproduce
Run version 2.x with deprecation activated (e.g.
error_reporting(-1);)Expected behavior
Getting no deprecation warnings.
Your Environment
I have a fix ready here and could submit this, if wanted.