Re: [PHP-DEV] PHP 4.0 Bug #6921: php://stdout not working with https From: André Langhorst (waldschrott <email protected>)
Date: 09/28/00

>> $dfn="php://stdout";
>
>
> That points to the stdout file pointer of STDIO. That is not
> intended for anything else but PHP in CGI mode.

Maybe it should be available for all other modes too? Below is a
suggestion from stas regarding bug #6481...

"I guess you should use gzopen("php://stdout","w") instead, because
gzcompress doesn't have all gzip file headers too.
In other words, gzcompress and gzopen/gzwrite are different functions,
and in zlib too."

andré

-- 
· André Langhorst       · t: +49 571 3201801 ·
· waldschrott <email protected>   · m: +49 173 9558736 ·
· PHP Quality Assurance · http://qa.php.net  ·

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>