php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68469 Worker does not register new function when I unregistered all earlier
Submitted: 2014-11-21 09:39 UTC Modified: 2017-01-10 08:25 UTC
From: e dot romanov88 at gmail dot com Assigned:
Status: Suspended Package: gearman (PECL)
PHP Version: 5.5.19 OS: Ubuntu 12.04
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
42 + 7 = ?
Subscribe to this entry?

 
 [2014-11-21 09:39 UTC] e dot romanov88 at gmail dot com
Description:
------------
libgearman version => 1.1.12
(libgearman version => 1.1.8 - all working fine)
I try to "$worker->addFunction()" after "$worker->unregisterAll()" and new function does not registered.


Test script:
---------------
$worker->addServer('localhost', '4730');
//add test fucntion
$worker->addFunction('test', 'test_function');
//unregister all
$worker->unregisterAll();
//try to add function
$worker->addFunction('test', 'test_function'); //- as result function no added

Expected result:
----------------
New function will added

Actual result:
--------------
New function will not added

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-10 08:25 UTC] kalle@php.net
-Status: Open +Status: Suspended
 [2017-01-10 08:25 UTC] kalle@php.net
The gearman extension have not had much activity in the past few years, so I'm taking the safe bet that this is no longer under active development (as I don't consider the typo fixes on the github repo an active development), besides that it also targets unsupported PHP versions. Please unsuspend this report in case it begins to blossom with life once more
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC