Releases: WyriHaximus/reactphp-child-process-messenger
Releases · WyriHaximus/reactphp-child-process-messenger
2.9.2
2.9.1
- 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
- Support
react/child-process
v0.6
connect-timeout
option for child process spawning
2.8.2
- Support react/socket 1.0 along side 0.8
2.8.1
- Handle crashing child processes
- Ensure rejection values are encoded and decoded corectly
2.8.0
- Updated to support child process 0.5
- Switched to using sockets rather then
STDIN
/STDOUT
/STDERR
for communication
2.7.3
- Add prime number example
- Catch PHP 7 Throwables
2.7.2
2.7.1
Fixed: Stop loop when STD*
streams close, which happens when the parent dies
2.7.0
- Renamed:
process.php
tochild-process.php
- Added:
ArgvEncoder
to pass options to the child process factory - Fixed: Terminate RPC call, return
array
instead ofnull