Skip to content

Releases: qxsch/WorkerPool

PHP WorkerPool 2.0.2

22 Feb 13:44
ac80c86
Compare
Choose a tag to compare

PHP WorkerPool 2.0.1

11 Feb 20:21
Compare
Choose a tag to compare
  • Fixed an issue with WorkerPoolResult
  • Updated unit tests to work with phpunit 11 and php 8

PHP WorkerPool 2.0.0

11 Feb 17:15
b3488a4
Compare
Choose a tag to compare
  • PHP 8+ support is now recommended and PHP 7.1+ is required
  • Workerpool now no longer returns arrays instead it returns a WorkerPoolResult objects (that offers ArrayAccess interface for backwards compatability reasons)

PHP WorkerPool 1.7.0

13 May 14:43
Compare
Choose a tag to compare
  • Now with PHP8 support thanks to @ejunker

PHP WorkerPool 1.6.1

23 Mar 12:59
50b1d3b
Compare
Choose a tag to compare

PHP WorkerPool 1.6.1

  • ctrl+c fix from @HongjiangHuang

PHP WorkerPool 1.6.0

14 Nov 20:10
Compare
Choose a tag to compare

Dropped support for old php versions.

  • Minimum version is 5.5+
  • Recommended version is 7.1+

PHP WorkerPool 1.5.4

27 Mar 18:30
Compare
Choose a tag to compare

Thanks to @Furgas for his fixes:

  • SimpleSocket is more solid
  • Removed pcntl_alarm from code

PHP WorkerPool 1.5.3

25 Mar 18:00
Compare
Choose a tag to compare
  • SimpleSocket is more solid to pcntl_alarm (and other errors)

PHP WorkerPool 1.5.2

29 Sep 21:53
Compare
Choose a tag to compare

Minor Changes from @RubtsovAV and @cwhsu1984

WorkerPool allows now to open a pool with at least 1 worker

PHP WorkerPool 1.5.1

26 Mar 22:09
Compare
Choose a tag to compare
  • tryWaitForOneFreeWorker() is now available