On 11/15/06, Pierre <[EMAIL PROTECTED]> wrote:

_fmode is global per process. We should set the mode of stdin/out:

_setmode( _fileno( stdin ), _O_BINARY );

If we need it and if it is already opened when we init the SAPI, but
someone has to verify this point.

I just checked it, we do set the mode for stderr, in and out.

--Pierre

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to