> 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'"


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

Reply via email to