0
I Use This!
Inactive

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #35 from rdgbeatty/master More... over 4 years ago
Add an option to not free memory. Useful if the child calls pcntl_exec More... over 4 years ago
Merge pull request #34 from barracudanetworks/php7-signal-update More... almost 7 years ago
Updated ticks to be pcntl_async_signal for php 7 compatibility More... almost 7 years ago
Merge pull request #33 from samsouder/master More... over 7 years ago
Remove usage of each function for compatibility with PHP 7.2+ More... over 7 years ago
Merge pull request #32 from barracudanetworks/task/kill_child_with_signal More... over 8 years ago
Doc comment More... over 8 years ago
Added parameter to kill_child_pid to specify the signal to use for the kill, defaulting to SIGINT More... over 8 years ago
Merge pull request #30 from mrrsm/fix_helper_respawn More... almost 9 years ago
Merge pull request #29 from mrrsm/codeclimate_fixes More... almost 9 years ago
Merge pull request #31 from barracudanetworks/mtsrand-when-forking More... about 9 years ago
Add mt_srand when forking a child More... about 9 years ago
Fixes #28 by setting the respawn value based on user input More... about 9 years ago
Fix codeclimate issues More... about 9 years ago
Merge pull request #25 from rstruber/feature/unlimit-child-max-runtime More... almost 10 years ago
Allow a negative child_max_run_time value that means unlimited run time as in dont allow the fork_deamon to kill long running children More... almost 10 years ago
Merge pull request #24 from hoomanik/master More... almost 10 years ago
Adding comments More... almost 10 years ago
making sure the function that child invokes when receives a sighup is set More... almost 10 years ago
Fixing small coding standard issue for unary operator More... almost 10 years ago
Fixing an issue with forked_children array sometimes only having a 'last_active' causing PHP notices for 'bucket' and 'status' keys in different places More... almost 10 years ago
Fixing PHP notice when child_bucket is not set and some minor coding standard fixes More... almost 10 years ago
Merge pull request #23 from barracudanetworks/task/add-getter-forked-children-array More... about 10 years ago
Add a getter for the forked children array More... about 10 years ago
Add PHP files at root to codeclimate More... about 10 years ago
Merge branch 'master' of github.com:barracudanetworks/forkdaemon-php More... about 10 years ago
Add phpcs and codeclimate configuration More... about 10 years ago
Merge pull request #22 from Longcat00/master More... over 10 years ago
Fixed the work_running function to search by bucket. More... over 10 years ago