10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9a411 commit bca6771Copy full SHA for bca6771
src/Symfony/Component/Process/Process.php
@@ -232,7 +232,7 @@ public function start($callback = null)
232
$commandline = $this->commandline;
233
234
if ('\\' === DIRECTORY_SEPARATOR && $this->enhanceWindowsCompatibility) {
235
- $commandline = 'cmd /V:ON /E:ON /C "('.$commandline.')';
+ $commandline = 'cmd /V:ON /E:ON /D /C "('.$commandline.')';
236
foreach ($this->processPipes->getFiles() as $offset => $filename) {
237
$commandline .= ' '.$offset.'>'.ProcessUtils::escapeArgument($filename);
238
}
0 commit comments