gearman 0.5.0

PHP wrapper to libgearman


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

License: PHP

Changes

- 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