tony2001 Fri Aug 18 12:38:19 2006 UTC Modified files: (Branch: PHP_4_4) /php-src run-tests.php Log: fix typo (bug #38499) http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.119.2.39.2.4&r2=1.119.2.39.2.5&diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.119.2.39.2.4 php-src/run-tests.php:1.119.2.39.2.5 --- php-src/run-tests.php:1.119.2.39.2.4 Wed Jan 18 17:59:41 2006 +++ php-src/run-tests.php Fri Aug 18 12:38:19 2006 @@ -378,7 +378,7 @@ /* Ask the user to provide an email address, so that QA team can contact the user */ if (!strncasecmp($user_input, 'y', 1) || strlen(trim($user_input)) == 0) { - echo "\nPlease enter your email address.\n(You address will be mangled so that it will not go out on any\nmailinglist in plain text): "; + echo "\nPlease enter your email address.\n(Your address will be mangled so that it will not go out on any\nmailinglist in plain text): "; flush(); $fp = fopen("php://stdin", "r+"); $user_email = trim(fgets($fp, 1024));
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php