Releases: diablomedia/zf1-crypt
Releases · diablomedia/zf1-crypt
PHP 8.4
PHP 8.3 Ready
This release allows and was tested against PHP 8.3
PHP 8.2 Ready
Tested against PHP 8.2
PHP 8.1 Ready
This version has been tested against PHP 8.1.
- PHP < 7.4 has been dropped (and is enforced with composer.json).
- PHP 5 specific code removed.
- Tests support PHPUnit 9
PHP 8.0 Support
This release has been tested against PHP 8.0. A couple of fixes to some docblocks that had the wrong types that newer versions of PHPStan discovered. Also throwing an exception when mhash
fails instead of operating on the false
value that it returns in that situation (which would cause other errors anyhow).
PHP 7.4 Tested
Docblock changes to satisfy phpstan update.
Also deprecated Zend_Crypt_Math::rand
(via docblock annotation) because it's broken (and always has been).
PHP 7.3
Better Autoloading
1.0.1 adding grumphp, php-cs-fixer, fixing styles, narrowing namespace
First Release
1.0.0 Updating gmp docblocks, removing ignores