From:             [EMAIL PROTECTED]
Operating system: win2k
PHP version:      4CVS-2002-10-27
PHP Bug Type:     Output Control
Bug description:  writing to stdin produces no output

the following produces no output in windows.

$fp = fopen("php://stdin", "r+");
fwrite($fp, "Some tests have failed, would you like to send the\nreport to
PHP's QA team? [Yn]: ");
fflush($fp);
$user_input = fgets($fp, 10);


-- 
Edit bug report at http://bugs.php.net/?id=20127&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20127&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20127&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20127&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20127&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20127&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20127&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20127&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20127&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20127&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20127&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20127&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20127&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20127&r=isapi

Reply via email to