bug #10199 fix ProcessPipes (nicolas-grekas)

This PR was merged into the 2.5-dev branch.

Discussion
----------

fix ProcessPipes

Commits
-------

076d417 fix ProcessPipes
This commit is contained in:
Fabien Potencier 2014-02-04 15:10:18 +01:00
commit bcb5239b5e

View File

@ -120,8 +120,8 @@ class ProcessPipes
array('file', '/dev/tty', 'w'),
array('file', '/dev/tty', 'w'),
);
} elseif ($this->ptyMode && Porcess::isPtySupported()) {
$descriptors = array(
} elseif ($this->ptyMode && Process::isPtySupported()) {
return array(
array('pty'),
array('pty'),
array('pty'),