Closed basz closed 4 years ago
I faced an issue where Symfony's Process library wasn't able to read from the output of executed commands.
https://github.com/symfony/symfony/issues/38256
As stated
FROM phpswoole/swoole:4.4.16-php7.3 and FROM phpswoole/swoole:4.4.16-php7.2 both did work. FROM phpswoole/swoole:4.4.16-php7.4 does not.
FROM phpswoole/swoole:4.4.16-php7.3
FROM phpswoole/swoole:4.4.16-php7.2
phpswoole/swoole:4.4.16-php7.4
Simply crossposting here. I'm aware this might be an issue related to PHP itself.
fixed via #18
I faced an issue where Symfony's Process library wasn't able to read from the output of executed commands.
https://github.com/symfony/symfony/issues/38256
As stated
FROM phpswoole/swoole:4.4.16-php7.3
andFROM phpswoole/swoole:4.4.16-php7.2
both did work. FROMphpswoole/swoole:4.4.16-php7.4
does not.Simply crossposting here. I'm aware this might be an issue related to PHP itself.