Open
Description
I recently started optimizing phpunit process isolation. while doing research I found out, that proc_open
can start processes with a lot less overhead when using a array
argument.
would be great if we could use Process
with a array
argument, so we can start processes with less overhead in e.g. PHPStan