In Symfony\Component\Process\Process 1. Provide a way to clear the $stdout and $stderr (in case when executable program produces too much output and we use incremental output) 2. Add getter (or change private to protected) for processInformation (it's impossible now to get PID for example)