Commit 1e8407f
committed
Revert "svn: prevent hanging when reading output from pipes"
This reverts commit 0c060a6 (#254).
As per discussion in #259, use of 'a' for pipe type is not documented in
the PHP manual [1], and the proc_open() call does not work with it
(STDERR returns no output).
[1]: http://php.net/manual/en/function.proc-open.php1 parent 0c060a6 commit 1e8407f
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