Skip to content

Direct process execution

Choose a tag to compare

@g105b g105b released this 16 Jan 09:28
· 67 commits to master since this release

Since PHP 7.4, processes are no longer executed in a new subshell, which improves the mechanism of dealing with long-running processes. This release adopts this new change, through the use of PhpGt/Daemon.