Merge branch '3.0'

This commit is contained in:
terrafrost 2023-12-08 21:38:55 -06:00
commit bae3b79ae0

View File

@ -2916,6 +2916,7 @@ class SFTP extends SSH2
$this->use_request_id = false;
$this->pwd = false;
$this->requestBuffer = [];
$this->partial_init = false;
}
/**