Kjell Bublitz

Results 4 comments of Kjell Bublitz

okay, found a generic solution to invoke methods with ``` $myClass->h2o_safe = get_class_methods($myClass); $this->H2o->set($myClass->name, $myClass); ``` which allows me call methods without arguments 1) How to pass arguments? I tried...

I have the same problem on OSX. Along with the `sudoers` mod, i even gave write permissions to myself on `/etc/hosts` just to be sure. ``` sudo chmod +a "$USER...

Thanks for reporting! This should be fixed now. I wrapped RedisException in a class_exist test.