helly Thu Nov 21 11:50:55 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4 run-tests.php
Log:
MFH
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.119.2.8 php4/run-tests.php:1.119.2.9
--- php4/run-tests.php:1.119.2.8 Fri Nov 15 11:34:07 2002
+++ php4/run-tests.php Thu Nov 21 11:50:55 2002
@@ -322,6 +322,7 @@
$fp = fopen("php://stdin", "r+");
echo "Some tests have failed, would you like to send the\nreport to PHP's QA
team\n";
echo "(choose \"s\" to just save the results to a file)? [Yns]: ";
+ flush();
$user_input = fgets($fp, 10);
$just_save_results = (strtolower($user_input[0]) == 's');
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php