Edin Kadribasic wrote:
>>Guys,
>>
>>implicit flush feature is broken for a looonng time.
>>Please refer to my comment recently added to output.c
>
>
> Its broken now. This is your own example:
>
> File t contains:
> <?php
> $str = var_export ("foo", TRUE);
> var_dump($str);
> ?>
>
> $ sapi/cli/php -d implicit_flush=1 t
> string(0) ""
>
> $ sapi/cli/php -d implicit_flush=0 t
> string(5) "'foo'"
>
CGI and Apache SAPI is working as it supposed.
Which is worng?
BTW, now I'm sure what is wrong in CLI SAPI thanks
to your example :)
I'll fix it if you would like.
--
Yasuo Ohgaki
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php