From 5328ad718fd128816cb8536da3fbfd9200867d9d Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Fri, 30 Apr 2021 15:49:54 -0300 Subject: [PATCH] this is no longer in dev only, mention the release --- ToolkitApi/SshSupp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ToolkitApi/SshSupp.php b/ToolkitApi/SshSupp.php index 22d851a..58af85f 100644 --- a/ToolkitApi/SshSupp.php +++ b/ToolkitApi/SshSupp.php @@ -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;