helly           Sun Nov  3 12:40:34 2002 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  force showing progress of test
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.112 php4/run-tests.php:1.113
--- php4/run-tests.php:1.112    Sun Nov  3 10:42:59 2002
+++ php4/run-tests.php  Sun Nov  3 12:40:34 2002
@@ -44,7 +44,9 @@
 
 $cwd = getcwd();
 set_time_limit(0);
-ob_implicit_flush();
+while(ob_get_level()) {
+       ob_end_clean();
+}
 error_reporting(E_ALL);
 ini_set('magic_quotes_runtime',0); // this would break tests by modifying EXPECT 
sections
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to