This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
Releases: dominikmank/gearman
Releases · dominikmank/gearman
3.3.0: composer update symfony/event-dispatcher range (#10)
Co-authored-by: jason <[email protected]>
3.2.0: Add method to get a special jobhandler from jobcollection (#8)
* add optional parameter to function event add job result to after execute event * pecl install gearman failure * pecl install gearman failure * pecl install gearman failure * GearmanJob->sendComplete() - Object error * Get special job from JobCollection
3.1.1: GearmanJob->sendComplete() - Object error (#7)
* add optional parameter to function event add job result to after execute event * pecl install gearman failure * pecl install gearman failure * pecl install gearman failure * GearmanJob->sendComplete() - Object error
3.1.0: add job result to after event (#6)
* add optional parameter to function event add job result to after execute event * pecl install gearman failure * pecl install gearman failure * pecl install gearman failure
3.0.0
Reworked Jobhandler with name now for getting the right jobhandler fo…
Added JobInterface
2.1.2 job got an interface
2.1.1: Add synchronized multiple jobs support to client (#3)
* Add executeJobs function to Client * Add test for executeJobs
Composer Update and Sensio Insight warnings
2.1.0 - composer revert phpunit to ^4 for php 5.5 support
PHP Requirements changed
composer update changed the minimum requirement of php
1.0.3
Fixed bug in MemoryLimit, the parsing was not correct, so the worker …