Skip to content

Releases: reactphp/child-process

v0.5.0

15 Aug 15:34
v0.5.0

Choose a tag to compare

  • 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)

v0.4.3

14 Mar 13:24

Choose a tag to compare

  • Ease getting started by improving documentation and adding examples
    (#33 and #34 by @clue)

  • First class support for PHP 5.3 through PHP 7.1 and HHVM
    (#29 by @clue and #32 by @WyriHaximus)

v0.4.2

10 Mar 13:34

Choose a tag to compare

  • Feature: Forward compatibility with Stream v0.5
    (#26 by @clue)

  • Improve test suite by removing AppVeyor and adding PHPUnit to require-dev
    (#27 and #28 by @clue)

v0.4.1

01 Aug 18:31

Choose a tag to compare

  • Standalone component
  • Test against PHP 7 and HHVM, report test coverage, AppVeyor tests
  • Fix: Wait for stdout and stderr to close before watching for process exit
    (#18 by @mbonneau)

v0.3.0

31 Jul 20:45

Choose a tag to compare

Backwards compatibility release for Reach 0.3.x and PHP 5.3 (see #4).

v0.4.0

05 Jun 11:42

Choose a tag to compare

  • Feature: Added ChildProcess to run async child processes within the event loop (@jmikola)