Prevent buffering of user feedback output (may be a problem in cygwin)
authorMr. E23 <e23@users.mediawiki.org>
Thu, 22 Jan 2004 23:28:04 +0000 (23:28 +0000)
committerMr. E23 <e23@users.mediawiki.org>
Thu, 22 Jan 2004 23:28:04 +0000 (23:28 +0000)
maintenance/rebuildlinks.php

index 8423a6a..7fe0c1d 100644 (file)
@@ -10,6 +10,8 @@ if ( ! is_readable( "../LocalSettings.php" ) ) {
 }
 
 $wgCommandLineMode = true;
+ini_set("implicit_flush", 1);
+
 $DP = "../includes";
 include_once( "../LocalSettings.php" );
 include_once( "../AdminSettings.php" );