phpseclib/phpseclib
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
..
Common/Functions fix bad merge 2021-09-18 10:35:21 -05:00
Crypt Merge branch '1.0' into 3.0 2021-09-28 09:00:00 -05:00
Exception rename phpseclib/phpseclib to phpseclib/phpseclib3 for 3.0 branch 2019-11-21 19:38:03 -06:00
File Merge branch '2.0' into 3.0 2021-06-24 21:45:57 -05:00
Math BigInteger: code cleanup 2021-08-14 18:15:14 -05:00
Net Don't Use Array Unpackage for Status Code -> Error 2021-10-13 19:58:27 -05:00
System/SSH SSH/Agent: EC keys didn't work with agent 2021-01-25 12:21:14 -06:00
bootstrap.php undo merging of master to 2.0 branch 2016-04-28 15:34:10 -05:00
openssl.cnf Cleaned up whitespace 2014-01-18 17:29:25 +00:00