v0.5.0
版本发布时间: 2017-08-15 23:34:57
reactphp/child-process最新发布版本:v0.6.5(2022-09-16 21:43:14)
- Forward compatibility: react/event-loop 1.0 and 0.5, react/stream 0.7.2 and 1.0, and Événement 3.0 (#38 and #44 by @WyriHaximus, and #46 by @clue)
- Windows compatibility: Documentate that windows isn't supported in 0.5 unless used from within WSL (#41 and #47 by @WyriHaximus)
- Documentation: Termination examples (#42 by @clue)
- BC: Throw LogicException in Process instanciating when on Windows or when proc_open is missing (was
RuntimeException
) (#49 by @mdrost)