Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not restart with cmd.exe if cwd is a UNC path
cmd.exe does not support a UNC path as the working directory and will change it to the Windows directory before executing any command. We bypass cmd.exe on PHP 7.4+ by calling the php binary directly so this only affects earlier versions.
- Loading branch information