gearman

PHP wrapper to libgearman


This extension uses libgearman library to provide API for communicating with gearmand, and writing clients and workers.

License: PHP

Latest releases

Version Release Download
2.1.0 2021-01-16 gearman-2.1.0.tgz
1.1.2 2013-08-29 gearman-1.1.2.tgz
1.1.1 2013-01-09 gearman-1.1.1.tgz
1.1.0 2012-09-23 gearman-1.1.0.tgz
1.0.3 2012-08-04 gearman-1.0.3.tgz
Show all releases

Changelog

Version Message
2.1.0 PHP 8.0.x is now supported
1.1.2 - All callbacks should have a reference pointer (Special thanks to guilhermeblanco)
1.1.1 - Updated README with new libgearman requirements.
- Add explicit check for >= libgearman-1.1.0
- Fixed PECL Bug 63807 (Special thanks to kgovande)
- Add support for gearman_client_unique_status() method
1.1.0 - libgearman v1.1.* is now required
- Fixed PECL bug #60877 (no way to set client_id for a GearmanWorker)
- Fixed BC breaks in libgearman v1.1.0
- Make phpversion('gearman') return the real version
1.0.3 - Additional fix for PECL Bug #59423 (GearmanWorker::wait and GearmanWorker::work are spamming the log with warnings.)
Show complete changelog