Yevhen Romanov

Results 3 issues of Yevhen Romanov

Segmentation fault when try to get data after disconnect. $storage = new MogileFS(); //connect $storage->connect('192.168.0.10', 6001, 'test'); //after disconnect $storage->disconnect(); //try get $fileInfo = $storage->get('test_name'); Expected result: MogileFsException result: Segmentation...

Hello, kinda question: is it possible to define the active route pattern itself, for example: ``` $dispatcher = FastRoute\simpleDispatcher(function(FastRoute\RouteCollector $r) { $r->addRoute('GET', '/user/{id:\d+}', 'get_user_handler'); }); .... $routeInfo = $dispatcher->dispatch($httpMethod, $uri);...

Hi, I have a small problem with libgearman version => 1.1.12 (for libgearman version => 1.1.8 - all working fine) I try to "$worker->addFunction()" after "$worker->unregisterAll()" and new function does...