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 cfa9e5e commit bf629baCopy full SHA for bf629ba
ext/standard/tests/streams/bug78883.phpt
@@ -22,7 +22,7 @@ $bug_is_present = !proc_get_status($proc)['running'];
22
if (!$bug_is_present) {
23
// if the bug is not present, it will hang waiting for stdin,
24
// thus cmd is still running and we should kill it
25
- shell_exec("taskkill /T /F /PID {$pid}");
+ shell_exec("taskkill /T /F /PID {$pid} 2>nul");
26
}
27
fclose($pipes[0]);
28
fclose($pipes[1]);
0 commit comments