We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304f2b0 commit ca9dbbbCopy full SHA for ca9dbbb
appendices/migration80/deprecated.xml
@@ -95,7 +95,7 @@ function test(?A $a, $b) {} // Recommended
95
<para>
96
<function>libxml_disable_entity_loader</function> has been deprecated. As libxml 2.9.0 is now
97
required, external entity loading is guaranteed to be disabled by default, and this function is
98
- no longer needed to protect against XXE attacks, unless the (still vulnerable).
+ no longer needed to protect against XXE attacks, unless the (still vulnerable)
99
<constant>LIBXML_NOENT</constant> is used.
100
In that case, it is recommended to refactor the code using
101
<function>libxml_set_external_entity_loader</function> to suppress loading of external entities.
0 commit comments