Ed Sabol
Ed Sabol
For anyone who is interested in making SSL connections to gearmand from PHP, gearmand 1.1.19 was just released _today_ with support for the `setSSL()` API in `libgearman.so`. So that should...
Who decides when (or where) to release? I'm not really clear on who has maintainer status on this project. It's under the PHP organization's GitHub?
@zacek wrote: > there is a memory leak fix in the master branch. Could issue #17 be related to that?
Thanks for taking a look at that, @zacek. Unfortunately, my workers aren't implemented in PHP. I hope someone can test your prospective changes.
This PR looks correct to me. Mixed types cannot be nullable.
Tagging @rlerdorf to get this merged. 😄
> To avoid getting a fatal error from PHP, I putt my $worker->addServer() call inside of a try catch block and it helps, however, I still never get inside of...
@zacek posted analysis and suggested a potential fix to the code here: https://github.com/php/pecl-networking-gearman/issues/12#issuecomment-1280379848 @easterism : any chance you can test @zacek's suggestions?
Hello? Is there a maintainer around?
@oleg-st, any thoughts on this?