Skip to content

Releases: barracudanetworks/forkdaemon-php

v2.0.1: Merge pull request #35 from rdgbeatty/master

01 Nov 19:35
496e186
Compare
Choose a tag to compare
Add an option to not free memory.  Useful if the child calls pcntl_exec

Updating ticks for php 7

03 May 15:03
1678600
Compare
Choose a tag to compare

We have updated the declare(ticks = 1) notation to pcntl_async_signal(true) for php 7 compatibility.

PHP 7.2 support

11 Sep 14:31
16c0687
Compare
Choose a tag to compare

Fixes php 7.2 incompatibilities

Enable kill_child_pid to use a different signal

19 Dec 15:10
98307c1
Compare
Choose a tag to compare

Added parameter to kill_child_pid to specify the signal to use for the kill, defaulting to SIGINT

Adds mt_srand when forking children

28 Mar 17:12
Compare
Choose a tag to compare

This release adds mt_srand when forking a child.

Unlimited child runtime support

21 Jun 18:46
Compare
Choose a tag to compare
Merge pull request #25 from rstruber/feature/unlimit-child-max-runtime

Unlimited child runtime support

Fixes undefined index spam from buckets

15 Jun 17:12
Compare
Choose a tag to compare

This fixes undefined index spam when using buckets and trying to get statuses.

Adds getter for forked children

12 Jan 19:42
Compare
Choose a tag to compare

This release adds a new getter function to retrieve the forked children array.

Fixed the work_running function to search by bucket.

11 Nov 16:34
Compare
Choose a tag to compare
Merge pull request #22 from Longcat00/master

Fixed the work_running function to search by bucket.

Fixes invalid syntax for array_key_exists

27 Oct 17:28
Compare
Choose a tag to compare
Merge pull request #21 from Longcat00/master

Fixed coding standards and a bad function call.