Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2023-12-08 18:58:54 -06:00
commit 5a903ae520

View File

@ -3640,6 +3640,7 @@ class SFTP extends SSH2
$this->use_request_id = false; $this->use_request_id = false;
$this->pwd = false; $this->pwd = false;
$this->requestBuffer = array(); $this->requestBuffer = array();
$this->partial_init = false;
} }
/** /**