Skip to content

Releases: WyriHaximus/reactphp-child-process-messenger

2.9.2

20 Mar 21:54
2.9.2
6900574
Compare
Choose a tag to compare
  • Handle handshake and connection errors child side #29

2.9.1

11 Mar 10:50
2.9.1
Compare
Choose a tag to compare
  • Raised connect-timeout's default to 15 seconds (from 5) to give it ample default time to start up on most systems
  • Lowered randomness in the command line arguments to 32 bytes from 512 to speed up starting up

2.9.0

20 Jan 21:52
2.9.0
Compare
Choose a tag to compare
  • Support react/child-process v0.6
  • connect-timeout option for child process spawning

2.8.2

25 Jul 20:35
2.8.2
Compare
Choose a tag to compare
  • Support react/socket 1.0 along side 0.8

2.8.1

23 Mar 21:35
2.8.1
Compare
Choose a tag to compare
  • Handle crashing child processes
  • Ensure rejection values are encoded and decoded corectly

2.8.0

12 Mar 22:03
2.8.0
Compare
Choose a tag to compare
  • Updated to support child process 0.5
  • Switched to using sockets rather then STDIN/STDOUT/STDERR for communication

2.7.3

17 Jul 20:42
2.7.3
Compare
Choose a tag to compare
  • Add prime number example
  • Catch PHP 7 Throwables

2.7.2

27 Jun 19:22
2.7.2
Compare
Choose a tag to compare
  • Replace OS detection with PHP_BINARY usage #10 @elazar
  • phpdbg binary bug fix #11@WyriHaximus

2.7.1

19 Mar 22:15
Compare
Choose a tag to compare

Fixed: Stop loop when STD* streams close, which happens when the parent dies

2.7.0

07 Mar 17:33
Compare
Choose a tag to compare
  • Renamed: process.php to child-process.php
  • Added: ArgvEncoder to pass options to the child process factory
  • Fixed: Terminate RPC call, return array instead of null