| Package Information |
| Summary |
PHP wrapper to libgearman |
| Maintainers |
James Luedke <contact@jamesluedke.com> (lead) [details] Herman Radtke <hradtke@php.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 0.8.0 (beta) |
- Fixed PECL Bug #17114 (Return values that are class private variables are null'd)
- Fixed PECL Bug #22637 (GearmanJob::setReturn causes segfault)
- Fixed PECL Bug #16883 (GearmanJob::sendWarning() segfaults)
- Fixed PECL Bug #16884 (GearmanJob::sendData() crashes)
- Fixed PECL Bug #16883 (GearmanWorker::addFunction segfaults when function name is non-string)
- Fixed PECL Bug #17539 (Segmentation fault on calling error() of a fresh worker). Patch by jiayong. |