Skip to content

Commit 5328ad7

Browse files
committed
this is no longer in dev only, mention the release
1 parent 2b9a735 commit 5328ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ToolkitApi/SshSupp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private function checkCompat()
102102
}
103103
if (!function_exists("ssh2_send_eof")) {
104104
$this->setErrorCode("SSH2_NO_SEND_EOF");
105-
$this->setErrorMsg("the ssh2 extension is too old to support ssh2_send_eof");
105+
$this->setErrorMsg("the ssh2 extension is too old to support ssh2_send_eof, use 1.3 or newer");
106106
return false;
107107
}
108108
return true;

0 commit comments

Comments
 (0)