Merge branch '2.0' into 3.0

This commit is contained in:
terrafrost 2023-12-08 21:38:40 -06:00
commit 0548866d42
1 changed files with 1 additions and 0 deletions

View File

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