We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9a735 commit 5328ad7Copy full SHA for 5328ad7
ToolkitApi/SshSupp.php
@@ -102,7 +102,7 @@ private function checkCompat()
102
}
103
if (!function_exists("ssh2_send_eof")) {
104
$this->setErrorCode("SSH2_NO_SEND_EOF");
105
- $this->setErrorMsg("the ssh2 extension is too old to support ssh2_send_eof");
+ $this->setErrorMsg("the ssh2 extension is too old to support ssh2_send_eof, use 1.3 or newer");
106
return false;
107
108
return true;
0 commit comments