Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Releases: dominikmank/gearman

3.3.0: composer update symfony/event-dispatcher range (#10)

11 Apr 21:18
f0f1e1c
Compare
Choose a tag to compare

3.2.0: Add method to get a special jobhandler from jobcollection (#8)

31 Aug 13:07
Compare
Choose a tag to compare
* 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)

28 Aug 10:22
Compare
Choose a tag to compare
* 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)

28 Aug 09:32
Compare
Choose a tag to compare
* 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

02 Aug 14:42
Compare
Choose a tag to compare
Reworked Jobhandler with name now for getting the right jobhandler fo…

Added JobInterface

24 Jul 12:00
Compare
Choose a tag to compare
2.1.2

job got an interface

2.1.1: Add synchronized multiple jobs support to client (#3)

14 Jul 18:07
Compare
Choose a tag to compare
* Add executeJobs function to Client

* Add test for executeJobs

Composer Update and Sensio Insight warnings

27 Apr 07:11
Compare
Choose a tag to compare
2.1.0

- composer revert phpunit to ^4 for php 5.5 support

PHP Requirements changed

16 Jan 08:35
Compare
Choose a tag to compare

composer update changed the minimum requirement of php

1.0.3

22 Oct 08:15
Compare
Choose a tag to compare
Fixed bug in MemoryLimit, the parsing was not correct, so the worker …