Releases: qxsch/WorkerPool
Releases · qxsch/WorkerPool
PHP WorkerPool 2.0.2
PHP WorkerPool 2.0.1
- Fixed an issue with WorkerPoolResult
- Updated unit tests to work with phpunit 11 and php 8
PHP WorkerPool 2.0.0
- 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
- Now with PHP8 support thanks to @ejunker
PHP WorkerPool 1.6.1
PHP WorkerPool 1.6.1
- ctrl+c fix from @HongjiangHuang
PHP WorkerPool 1.6.0
Dropped support for old php versions.
- Minimum version is 5.5+
- Recommended version is 7.1+
PHP WorkerPool 1.5.4
Thanks to @Furgas for his fixes:
- SimpleSocket is more solid
- Removed pcntl_alarm from code
PHP WorkerPool 1.5.3
- SimpleSocket is more solid to pcntl_alarm (and other errors)
PHP WorkerPool 1.5.2
Minor Changes from @RubtsovAV and @cwhsu1984
WorkerPool allows now to open a pool with at least 1 worker
PHP WorkerPool 1.5.1
tryWaitForOneFreeWorker()
is now available