Julius Beckmann

Results 55 comments of Julius Beckmann

@anthonyherve Whats your PHP Version? I can confirm this bug, using this version of PHP: ``` $ php -v PHP 5.6.5-1+deb.sury.org~trusty+1 (cli) (built: Jan 26 2015 11:42:37) Copyright (c) 1997-2014...

I reran the last travis builds, and the functional tests there worked: https://travis-ci.org/Herzult/php-ssh/builds/49846322 Event against our PHP Versions 5.5.21 and 5.6.5. I honestly dont know whats wrong here :weary:

Hi @peter279k, i am not using this anymore or actively contributing.

The fix assumes, that if a command was executed and the `echo` part was **not** run, that result of the execution should be a error with a exit `code !=...

Thanks @shopblocks , the function does trigger a undocumented `E_WARNING` in case of a problem: ``` c++ /* {{{ proto bool ssh2_auth_pubkey_file(resource session, string username, string pubkeyfile, string privkeyfile[, string...

Just a very tiny example: https://gist.github.com/h4cc/7bb9da10d6897944a63c Best idea i had till now was using a Pair(pattern, function) to solve that.

The composer parts looks good. After i upgraded 5.6 on my machine the tests also look fine. Autoloading using the `load.php` is good, or all the files could be added...

Thanks, but that is not exactly what i meant. I had something like this in mind: ``` # instead of this what will crash unnecessarily {:ok, 200, headers, client_ref} =...

FYI: Using currently this code. ``` var tagged = {}; /** * Will add a list of tags to a service name. * * @param service string * @param tags...

@KlausTrainer Very interesting and usefull Kata, maybe some more inline docs might help understanding private functions faster. Took me some time reading the code to get a idea what `parse`...