Casper Langemeijer

Results 18 comments of Casper Langemeijer

Please be specific. You now have Cachet generating URLs with a signature? And when visiting this URL, Cachet throws an exception saying that the URL is invalid?

I just read this was a separate pull request by @Timandes, I still think that was a bad idea.

There is one in the code already. Because all requests are performed asynchronously in the fastcgi protocol. Look at the code below: ``` php public function request(array $params, $stdin) {...

I think I'm a casual tourist passing by and will be improving the code as I pass along. I have no interest in maintaining it. I will have a working...

Thank you for your time and your contribution. I have three points I'd like to discuss with you: Point 1: Triggered by your PR I started looking for the connect...

I have changed my mind on point 1. `ssh2_exec($connection, "sleep 100;")` would timeout at 60 seconds. Any PHP script running a task remotely for more than 60 without any output...

On my stretch build system (systemd-232) I can do `aclocal; autoconf; automake; ./configure --with-systemd; make` and it will build fine, without your change. Although configure shows this curious output: ```...

Right! I thought it would work without patch, but indeed your patch is required. ``` SYSTEMD: -lsystemd ```

`pecl install ssh2-beta` Will do the trick.