mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
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:
parent
da9316751a
commit
554179d438
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
<function name="libxml_get_last_error" from="PHP 5 >= 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 >= 5.1.0, PHP 7, PHP 8"/>
|
||||
<function name="libxml_disable_entity_loader" from="PHP 5 >= 5.2.11, PHP 7, PHP 8"/>
|
||||
<function name="libxml_set_external_entity_loader" from="PHP 5 >= 5.4.0, PHP 7, PHP 8" deprecated="PHP 8.0.0"/>
|
||||
<function name="libxml_disable_entity_loader" from="PHP 5 >= 5.2.11, PHP 7, PHP 8" deprecated="PHP 8.0.0"/>
|
||||
<function name="libxml_set_external_entity_loader" from="PHP 5 >= 5.4.0, PHP 7, PHP 8"/>
|
||||
|
||||
<function name="libxmlerror" from="PHP 5 >= 5.1.0, PHP 7, PHP 8"/>
|
||||
</versions>
|
||||
|
|
Loading…
Reference in a new issue