Merge branch '2.0' into 3.0

This commit is contained in:
terrafrost 2023-03-06 06:46:54 -06:00
commit 5ab7f86739
1 changed files with 6 additions and 0 deletions

View File

@ -180,6 +180,12 @@
- Salsa20 / ChaCha20
- namespace changed from `phpseclib\` to `\phpseclib3` to facilitate phpseclib 2 shim (phpseclib2_compat)
## 2.0.42 - 2023-03-06
- Blowfish: fix issues on 32-bit PHP installs
- BigInteger: fix for hex numbers with new lines in them
- SSH2: add getTimeout() method (#1889)
## 2.0.41 - 2022-12-23
- fix for more PHP 8.2 deprecations (#1875)