mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 19:40:28 +00:00
Merge branch 'master' into php5
* master: SFTP: fix an issue with the stat cache README: update download link to latest version
This commit is contained in:
commit
8e0b9b2d64
@ -6,7 +6,7 @@ MIT-licensed pure-PHP implementations of an arbitrary-precision integer
|
||||
arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael,
|
||||
AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
|
||||
|
||||
* [Download (0.3.6)](http://sourceforge.net/projects/phpseclib/files/phpseclib0.3.6.zip/download)
|
||||
* [Download (0.3.7)](http://sourceforge.net/projects/phpseclib/files/phpseclib0.3.7.zip/download)
|
||||
* [Browse Git](https://github.com/phpseclib/phpseclib)
|
||||
* [Documentation](http://phpseclib.sourceforge.net/)
|
||||
* [Support](http://www.frostjedi.com/phpbb/viewforum.php?f=46)
|
||||
|
@ -1067,6 +1067,7 @@ class Net_SFTP extends Net_SSH2
|
||||
}
|
||||
if ($dir == end($dirs)) {
|
||||
$temp[$dir] = $value;
|
||||
break;
|
||||
}
|
||||
$temp = &$temp[$dir];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user