Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2024-05-17 18:40:54 -05:00
commit 1fc0ad14f9

View File

@ -3638,7 +3638,7 @@ class SFTP extends SSH2
{
$this->use_request_id = false;
$this->pwd = false;
$this->requestBuffer = [];
$this->requestBuffer = array();
$this->partial_init = false;
}