* pborreli/windows-process-fix: [Process][Windows] Don't use cmd for launching process (fixing Sismo git.exe calling)
@@ -60,7 +60,7 @@ class Process
}
$this->stdin = $stdin;
$this->timeout = $timeout;
- $this->options = array_merge($options, array('suppress_errors' => true, 'binary_pipes' => true));
+ $this->options = array_merge($options, array('suppress_errors' => true, 'binary_pipes' => true, 'bypass_shell' => true));
/**