Skip to content

Releases: ryancco/php-forked-processing

Instance tracking

Choose a tag to compare

@ryancco ryancco released this 26 Apr 19:49
b64fa8d

This does not introduce any backwards incompatibility issues and will be beneficial to anyone attempting to distribute load based on the specified instance

Asynchronous signal handling for PHP 7.1+

Choose a tag to compare

@ryancco ryancco released this 02 Oct 17:01
0e39703

This does not introduce any backwards incompatibility issues and will be beneficial to anyone running PHP 7.1+

v1.0.2: Merge pull request #2 from chasebolt/move-sleep

Choose a tag to compare

@ryancco ryancco released this 13 Jan 05:33
f2cf268

Properly addresses previous tag performance issue; all 1.0.1 dependencies are compatible and should be pinned at 1.0.2

v1.0.1

Choose a tag to compare

@ryancco ryancco released this 08 Nov 19:07

Fixed a CPU utilization issue by sleeping the parent for 1s. Safe and recommended to update all versions from v1.0 to v1.0.1.

v1.0

Choose a tag to compare

@ryancco ryancco released this 02 Oct 18:38
Updated README with more in depth example