php-ssh icon indicating copy to clipboard operation
php-ssh copied to clipboard

Fix empty stdout

Open cabloo opened this issue 10 years ago • 4 comments
trafficstars

cabloo avatar Jul 14 '15 23:07 cabloo

:+1:

dmouse avatar Sep 06 '15 02:09 dmouse

Would be nice to have this merged, the issue caused significant debugging pains for me a while back. I'm sure others have come across the same problem.

cabloo avatar Sep 06 '15 06:09 cabloo

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 != 0?

@Herzult Sounds right to me.

h4cc avatar Sep 21 '15 20:09 h4cc

Bump. I just ran into this issue again when using this library in another project. I don't know what it is about these use cases but this has happened to me more than once now! And this is a pretty straightforward fix.

cabloo avatar Mar 29 '16 06:03 cabloo