-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Milestone
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