I have never encountered this myself. Please provide the version of
pecl/gearman and gearmand you are using. Also, please provide the
snippet of code for the addTasks and runTasks calls. We can better
help you with that information.
--
Herman Radtke
herman...@gmail.com | http://hermanradtke.com
I took a look at the pecl/gearman code. The warning is generated when
the internal call zend_call_function() returns a failure. This can
occur in two places: 1) the worker callback 2) the return callback.
Are you defining the callback with a string, array or anonymous
function?
It definitely sounds like a scope problem. Were any of the callbacks
referencing a protected or private function that the abstraction layer
did not have access to?