All notable changes to fork
will be documented in this file.
- Switch from kill-all-exit to a normal exit when a child is done by @puggan in #51
- @puggan made their first contribution in #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 #48
- @stevebauman made their first contribution in #48
Full Changelog: https://github.com/spatie/fork/compare/1.2.0...1.2.1
- Listen signals for terminating process by @zKoz210 in #42
Full Changelog: https://github.com/spatie/fork/compare/1.1.3...1.2.0
- Refactor tests to Pest by @alexmanase in #33
- Fixed php-cs-fixer by @zKoz210 in #40
- Fixed tests for PHP 8.2 by @zKoz210 in #38
- Fixed #36 by @zKoz210 in #39
Full Changelog: https://github.com/spatie/fork/compare/1.1.2...1.1.3
- fixes socket_select interrupted exception by @henzeb in #32
- @henzeb made their first contribution in #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