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 f71f023 commit 2deefa1Copy full SHA for 2deefa1
configure.php
@@ -793,6 +793,7 @@ function xinclude_run_byid( DOMDocument $dom )
793
$maxrun = 10; //LIBXML_VERSION >= 21100 ? 1 : 10;
794
for( $run = 0 ; $run < $maxrun ; $run++ )
795
{
796
+ echo "$run ";
797
$xpath = new DOMXPath( $dom );
798
$xpath->registerNamespace( "xi" , "http://www.w3.org/2001/XInclude" );
799
$xincludes = $xpath->query( "//xi:include" );
@@ -843,7 +844,7 @@ function xinclude_run_xpointer( DOMDocument $dom ) : int
843
844
845
846
- echo ".";
847
848
libxml_clear_errors();
849
$status = (int) $dom->xinclude();
850
if ( $status <= 0 )
0 commit comments