Closed
Description
Hello.
For now, we can not use a stream
for stdin
.
See:
- https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Process/Process.php#L280 (
strlen
is not possible onstream
) - https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Process/Process.php#L304 (
substr
is not possible onstream
)
ping @romainneutron ;)