Skip to content

Commit

Permalink
this is no longer in dev only, mention the release
Browse files Browse the repository at this point in the history
  • Loading branch information
NattyNarwhal committed Apr 30, 2021
1 parent 2b9a735 commit 5328ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ToolkitApi/SshSupp.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private function checkCompat()
}
if (!function_exists("ssh2_send_eof")) {
$this->setErrorCode("SSH2_NO_SEND_EOF");
$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");
return false;
}
return true;
Expand Down

0 comments on commit 5328ad7

Please sign in to comment.