swoole / docker-swoole

🏄 Official Docker Image of Swoole
https://hub.docker.com/r/phpswoole/swoole
Apache License 2.0
534 stars 113 forks source link

Inability to read from stdout or stderr in worker scripts #17

Closed basz closed 4 years ago

basz commented 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.

Simply crossposting here. I'm aware this might be an issue related to PHP itself.

basz commented 4 years ago

fixed via #18