Hi devs,

On line 533 in sfCommandApplication there is a "@" to suppress errors.
Could it be better to replace it with :

    // handle output buffering
    if(ob_get_length () !== FALSE) {
        ob_end_flush();
    }
    ob_implicit_flush(true);

On my dev machine, with xdebug.scream, as it means, it is screaming :o)

Thank you !

Before Printing, Think about Your Environmental Responsibility!
Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to