hholzgra                Sat Feb  2 09:19:52 2002 EDT

  Modified files:              
    /phpdoc/scripts     process.php 
  Log:
  ensure immediate output
  
  
Index: phpdoc/scripts/process.php
diff -u phpdoc/scripts/process.php:1.6 phpdoc/scripts/process.php:1.7
--- phpdoc/scripts/process.php:1.6      Sun Jan 20 11:30:39 2002
+++ phpdoc/scripts/process.php  Sat Feb  2 09:19:52 2002
@@ -19,6 +19,7 @@
 */
 
 set_time_limit(0);
+ob_implicit_flush();
 
 if ($argc < 2 || $argc > 3) { ?>
 Process the manual to do some replacements.


Reply via email to