| Package Information |
| Summary |
PHP wrapper to libgearman |
| Maintainers |
James Luedke <
contact at jamesluedke dot com >
(lead)
[details]
Herman Radtke <
hradtke at php dot net >
(lead)
[details]
|
| License |
PHP |
| Description |
This extension uses libgearman library to provide API for communicating with gearmand, and writing clients and workers. |
| Homepage |
http://gearman.org
|
Release notes
Version 2.2.0
(stable)
|
- 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 |