We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6b8b0 commit 219b76fCopy full SHA for 219b76f
1 file changed
src/XML/DOMDocumentFactory.php
@@ -29,7 +29,7 @@ final class DOMDocumentFactory
29
* @var non-negative-int
30
* TODO: Add LIBXML_NO_XXE to the defaults when PHP 8.4.0 + libxml 2.13.0 become generally available
31
*/
32
- public const int DEFAULT_OPTIONS = \LIBXML_COMPACT | \LIBXML_NONET | \LIBXML_NSCLEAN;
+ public const int DEFAULT_OPTIONS = \LIBXML_COMPACT | \LIBXML_NOENT | \LIBXML_NONET | \LIBXML_NSCLEAN;
33
34
35
/**
0 commit comments