RE: [PHP-DEV] Unbuffered fgetc needed for stdin

2001-12-15 Thread August Zajonc
:[EMAIL PROTECTED]] Sent: Saturday, December 15, 2001 1:34 PM To: August Zajonc; [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Unbuffered fgetc needed for stdin This usually depends on how you configured your tty. I think by default it is buffered by the OS until a newline so it's probably not PHP

Re: [PHP-DEV] Unbuffered fgetc needed for stdin

2001-12-15 Thread Andi Gutmans
This usually depends on how you configured your tty. I think by default it is buffered by the OS until a newline so it's probably not PHP which needs changing but your settings. Andi At 12:30 PM 12/15/2001 -0800, August Zajonc wrote: I've really run into a wall trying to get single