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.2.1 2026-04-07 gearman-2.2.1.tgz
2.2.0 2026-04-04 gearman-2.2.0.tgz
2.1.4 2025-01-07 gearman-2.1.4.tgz
2.1.3 2025-01-07 gearman-2.1.3.tgz
2.1.2 2024-04-04 gearman-2.1.2.tgz
Show all releases

Changelog

Version Message
2.2.1 - Fix build failure on PHP 7.x with -Werror=incompatible-pointer-types (#61)
- Convert README to Markdown
2.2.0 - Add SSL support via setSSL() for GearmanClient and GearmanWorker (#9)
- Fix jobs not retried when worker calls exit() mid-callback (#26)
- Fix forked children causing premature job completion (#40)
- Fix misleading "Unable to add worker function" exception message (#21)
- Fix worker constructor error path cleanup (#17)
- Add Homebrew Apple Silicon search path to config.m4 (#32)
- Drop PHP 7.1, minimum is now PHP 7.2 (#42)
- Support PHP 8.6 (#49)
- Expose GEARMAN_*_STOP_WAIT_ON_SIGNAL constants (#51)
- Add PIE support via composer.json
2.1.4 PHP 8 is now supported
2.1.3 PHP 8 is now supported
2.1.2 PHP 8 is now supported
Show complete changelog