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 0.5.0
(beta)
|
- Fixed a bug in the task callbacks, the addtional data arg will now work as expected. - Added gearman_client_add_servers. This was adde in a recent version of libgearman. - Updates to zts for php 5.3 - Replaced errno with getErrno |