mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Remove extra full stop (#587)
Just removing an extra full stop before a constant name.
Follow-up to f3b5475
/ #528.
This commit is contained in:
parent
304f2b04c9
commit
ca9dbbbd2d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ function test(?A $a, $b) {} // Recommended
|
|||
<para>
|
||||
<function>libxml_disable_entity_loader</function> has been deprecated. As libxml 2.9.0 is now
|
||||
required, external entity loading is guaranteed to be disabled by default, and this function is
|
||||
no longer needed to protect against XXE attacks, unless the (still vulnerable).
|
||||
no longer needed to protect against XXE attacks, unless the (still vulnerable)
|
||||
<constant>LIBXML_NOENT</constant> is used.
|
||||
In that case, it is recommended to refactor the code using
|
||||
<function>libxml_set_external_entity_loader</function> to suppress loading of external entities.
|
||||
|
|
Loading…
Reference in a new issue