Skip to content

Releases: qxsch/WorkerPool

PHP WorkerPool 2.0.2

Choose a tag to compare

@qxsch qxsch released this 22 Feb 13:44
ac80c86

PHP WorkerPool 2.0.1

Choose a tag to compare

@qxsch qxsch released this 11 Feb 20:21
  • Fixed an issue with WorkerPoolResult
  • Updated unit tests to work with phpunit 11 and php 8

PHP WorkerPool 2.0.0

Choose a tag to compare

@qxsch qxsch released this 11 Feb 17:15
b3488a4
  • 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

Choose a tag to compare

@qxsch qxsch released this 13 May 14:43
  • Now with PHP8 support thanks to @ejunker

PHP WorkerPool 1.6.1

Choose a tag to compare

@qxsch qxsch released this 23 Mar 12:59
50b1d3b

PHP WorkerPool 1.6.1

  • ctrl+c fix from @HongjiangHuang

PHP WorkerPool 1.6.0

Choose a tag to compare

@qxsch qxsch released this 14 Nov 20:10

Dropped support for old php versions.

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

PHP WorkerPool 1.5.4

Choose a tag to compare

@qxsch qxsch released this 27 Mar 18:30

Thanks to @Furgas for his fixes:

  • SimpleSocket is more solid
  • Removed pcntl_alarm from code

PHP WorkerPool 1.5.3

Choose a tag to compare

@qxsch qxsch released this 25 Mar 18:00
  • SimpleSocket is more solid to pcntl_alarm (and other errors)

PHP WorkerPool 1.5.2

Choose a tag to compare

@qxsch qxsch released this 29 Sep 21:53

Minor Changes from @RubtsovAV and @cwhsu1984

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

PHP WorkerPool 1.5.1

Choose a tag to compare

@qxsch qxsch released this 26 Mar 22:09
  • tryWaitForOneFreeWorker() is now available