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
I recently started optimizing phpunit process isolation. while doing research I found out, that
proc_opencan start processes with a lot less overhead when using aarrayargument.would be great if we could use
Processwith aarrayargument, so we can start processes with less overhead in e.g. PHPStan