Fix libxml deprecations

`libxml_disable_entity_loader()` is deprecated as of PHP 8.0.0, not
`libxml_set_external_entity_loader()`.
This commit is contained in:
Christoph M. Becker 2021-08-10 22:26:31 +02:00
parent da9316751a
commit 554179d438
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -9,8 +9,8 @@
<function name="libxml_get_last_error" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8"/>
<function name="libxml_set_streams_context" from="PHP 5, PHP 7, PHP 8"/>
<function name="libxml_use_internal_errors" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8"/>
<function name="libxml_disable_entity_loader" from="PHP 5 &gt;= 5.2.11, PHP 7, PHP 8"/>
<function name="libxml_set_external_entity_loader" from="PHP 5 &gt;= 5.4.0, PHP 7, PHP 8" deprecated="PHP 8.0.0"/>
<function name="libxml_disable_entity_loader" from="PHP 5 &gt;= 5.2.11, PHP 7, PHP 8" deprecated="PHP 8.0.0"/>
<function name="libxml_set_external_entity_loader" from="PHP 5 &gt;= 5.4.0, PHP 7, PHP 8"/>
<function name="libxmlerror" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8"/>
</versions>