Skip to content

Commit f60ec13

Browse files
committed
Add comment
1 parent 8ae8bf2 commit f60ec13

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

configure.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,8 @@ function individual_xml_broken_check()
722722

723723
function xinclude_run_byid( DOMDocument $dom )
724724
{
725+
// libxml does not implements the XInclude 1.1 spec,
726+
// so we need to simulate its *recursive* nature here.
725727
$total = 0;
726728
$maxrun = 10; //LIBXML_VERSION >= 21100 ? 1 : 10;
727729
for( $run = 0 ; $run < $maxrun ; $run++ )

0 commit comments

Comments
 (0)