Releases: phpseclib/mcrypt_compat
Releases · phpseclib/mcrypt_compat
2.0.1
- PHP 8.1 changed the php_user_filter class definitions
- PHP 8.2 will deprecate dynamic properties
1.0.12
- PHP 8.1 changed the php_user_filter class definitions
- PHP 8.2 will deprecate dynamic properties
1.0.11
- create tag off of 1.0 branch - not master branch
1.0.10
- Composer: let mcrypt_compat "provide" mcrypt req (#2)
1.0.9
- fix issue with mcrypt filters (#24)
- RC2 max key length was incorrect (#25)
1.0.8
- minimum required phpseclib version is 2.0.11 - not 2.0.10 (#22)
1.0.7
- fix for cfb (as opposed to ncfb) mode (#19)
1.0.6
- when mcrypt closes a stream it null pads that stream to be a multiple of the block length; mcrypt_compat didn't (#18)
1.0.5
- phpseclib 2.0 supports cfb8 mode now as of #1257