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 80e4404 commit 946f15dCopy full SHA for 946f15d
configure.php
@@ -673,7 +673,8 @@ function getFileModificationHistory(): array {
673
}
674
675
$compact = defined('LIBXML_COMPACT') ? LIBXML_COMPACT : 0;
676
-$LIBXML_OPTS = LIBXML_NOENT | $compact;
+$big_lines = defined('LIBXML_BIGLINES') ? LIBXML_BIGLINES : 0;
677
+$LIBXML_OPTS = LIBXML_NOENT | $big_lines | $compact;
678
679
if ($ac['VERSION_FILES'] === 'yes') {
680
$dom = new DOMDocument;
0 commit comments