php-doc-en/reference/libxml/versions.xml
Christoph M. Becker 554179d438
Fix libxml deprecations
`libxml_disable_entity_loader()` is deprecated as of PHP 8.0.0, not
`libxml_set_external_entity_loader()`.
2021-08-10 22:26:31 +02:00

36 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!--
Do NOT translate this file
-->
<versions>
<function name="libxml_clear_errors" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 8"/>
<function name="libxml_get_errors" from="PHP 5 &gt;= 5.1.0, PHP 7, PHP 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" 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>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->