phpseclib/phpseclib/Net
Christopher Davis 24150b26f6 Don't Use Array Unpackage for Status Code -> Error
the `status_codes` property is an array with integer keys and string
values, but the `$error` value in `SFTP::logError` was trying to be unpacked
from an array.

Seems to come from cee3f3cd4a, but even at
that commit the `status_codes` data structure was still an array.

This bug is only present in 3.X, 2.X release didn't unpack here:
a684f12065/phpseclib/Net/SFTP.php (L829)
2021-10-13 19:58:27 -05:00
..
SFTP SFTP: mkdir on streams didn't work 2021-02-23 05:14:25 -06:00
SFTP.php Don't Use Array Unpackage for Status Code -> Error 2021-10-13 19:58:27 -05:00
SSH2.php Merge branch '2.0' into 3.0 2021-10-11 09:15:37 -05:00