Skip to content

Tags: wcgallego/pecl-gearman

Tags

gearman-2.0.6

Toggle gearman-2.0.6's commit message
updating changelog and bumping version

gearman-2.0.5

Toggle gearman-2.0.5's commit message
fixing required # of params for add server(s) function for client

GearmanClient::addServer and GearmanClient::addServer(s) along with their
functional equivalents had an incorrect # set for required params, which led to
issues when reflected classes were using these values

gearman-2.0.4

Toggle gearman-2.0.4's commit message
Param to skip exception handling setup in addServer/addServers in Gea…

…rmanClient class

Addressing issue #59 in wcgallego/pecl-gearman
(#59)

In 2013, a patch was introduced in the core libgearman code to do checks for
connections to the GearmanD daemon. In doing so, the libgearman function
gearman_client_set_server_option now does a connection to the GearmanD daemon,
breaking the contract that GearmanClient::addServer and addServers does not do
any connection work, but simply adds the host names to an array.

If the host cannot be reached, this will throw an exception.

This patch makes it optional to skip the exception handling code here and to
attempt making the connections as needed when actual work needs to be done.

Bumping to version 2.0.4

gearman-2.0.3

Toggle gearman-2.0.3's commit message
bumping gearman pecl version, updating release notes

gearman-2.0.2

Toggle gearman-2.0.2's commit message
Adding tests for all classes, migrating classes to separate files

gearman-2.0.1

Toggle gearman-2.0.1's commit message
pecl/gearman-2.0.1. This should be the first tagged release for PHP 7…

… and is not backwards compatible with lower versions

gearman-1.1.0

Toggle gearman-1.1.0's commit message
Release of pecl/gearman-1.1.0

gearman-1.0.3

Toggle gearman-1.0.3's commit message
gearman-1.0.3 release

gearman-0.8.3

Toggle gearman-0.8.3's commit message
gearman-0.8.3 release

gearman-0.8.2

Toggle gearman-0.8.2's commit message
gearman-0.8.2 release