Commit 0c060a6
svn: prevent hanging when reading output from pipes
This occurs even on non-windows machines.
Fixed by opening STDERR in append mode, as per
http://php.net/manual/en/function.proc-open.php#97012
Fixes #2541 parent c99ca47 commit 0c060a6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
0 commit comments