Skip to content

Releases: reactphp/child-process

v0.4.2

10 Mar 13:34
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Feature: Added ChildProcess to run async child processes within the event loop (@jmikola)