All notable changes to fork
will be documented in this file.
- Add a test to verify that child processes are isolated by @ahmadreza1383 in spatie#64
- Interrupted system call is not handled well by @jochem-blok in spatie#61
- @ahmadreza1383 made their first contribution in spatie#64
- @jochem-blok made their first contribution in spatie#61
Full Changelog: https://github.com/spatie/fork/compare/1.2.2...1.2.3
- Switch from kill-all-exit to a normal exit when a child is done by @puggan in spatie#51
- @puggan made their first contribution in spatie#51
Full Changelog: https://github.com/spatie/fork/compare/1.2.1...1.2.2
- Kill any forked tasks when force closed in terminal by @stevebauman in spatie#48
- @stevebauman made their first contribution in spatie#48
Full Changelog: https://github.com/spatie/fork/compare/1.2.0...1.2.1
- Listen signals for terminating process by @zKoz210 in spatie#42
Full Changelog: https://github.com/spatie/fork/compare/1.1.3...1.2.0
- Refactor tests to Pest by @alexmanase in spatie#33
- Fixed php-cs-fixer by @zKoz210 in spatie#40
- Fixed tests for PHP 8.2 by @zKoz210 in spatie#38
- Fixed #36 by @zKoz210 in spatie#39
- @alexmanase made their first contribution in spatie#33
- @zKoz210 made their first contribution in spatie#40
Full Changelog: https://github.com/spatie/fork/compare/1.1.2...1.1.3
- fixes socket_select interrupted exception by @henzeb in spatie#32
- @henzeb made their first contribution in spatie#32
Full Changelog: https://github.com/spatie/fork/compare/1.1.1...1.1.2
- Proper handling of timeout microseconds
- Proper handling of timeout microseconds
- Add
Fork::concurrent(int $concurrent)
- Add check for pcntl support
- Initial release