Skip to content

Commit

Permalink
Revert "Improve proc_open pipe configuration"
Browse files Browse the repository at this point in the history
This reverts commit 9355d4f.
  • Loading branch information
mikehaertl committed Jun 29, 2015
1 parent 32a3938 commit 89c0682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function execute()
} else {
$descriptors = array(
1 => array('pipe','w'),
2 => array('pipe','a'),
2 => array('pipe','w'),
);
$process = proc_open($command, $descriptors, $pipes, $this->procCwd, $this->procEnv, $this->procOptions);

Expand Down

0 comments on commit 89c0682

Please sign in to comment.