Skip to content

Commit 2deefa1

Browse files
author
André L F S Bacci
committed
Ditto
1 parent f71f023 commit 2deefa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,7 @@ function xinclude_run_byid( DOMDocument $dom )
793793
$maxrun = 10; //LIBXML_VERSION >= 21100 ? 1 : 10;
794794
for( $run = 0 ; $run < $maxrun ; $run++ )
795795
{
796+
echo "$run ";
796797
$xpath = new DOMXPath( $dom );
797798
$xpath->registerNamespace( "xi" , "http://www.w3.org/2001/XInclude" );
798799
$xincludes = $xpath->query( "//xi:include" );
@@ -843,7 +844,7 @@ function xinclude_run_xpointer( DOMDocument $dom ) : int
843844
$maxrun = 10; //LIBXML_VERSION >= 21100 ? 1 : 10;
844845
for( $run = 0 ; $run < $maxrun ; $run++ )
845846
{
846-
echo ".";
847+
echo "$run ";
847848
libxml_clear_errors();
848849
$status = (int) $dom->xinclude();
849850
if ( $status <= 0 )

0 commit comments

Comments
 (0)