Skip to content

Releases: diablomedia/zf1-crypt

PHP 8.4

10 Jan 16:14
d3e56a6
Compare
Choose a tag to compare

This release allows PHP 8.4

PHP 8.3 Ready

19 Apr 16:10
9382da2
Compare
Choose a tag to compare

This release allows and was tested against PHP 8.3

PHP 8.2 Ready

19 Apr 19:52
2fe49f0
Compare
Choose a tag to compare

Tested against PHP 8.2

PHP 8.1 Ready

04 Dec 05:53
734f636
Compare
Choose a tag to compare

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

22 Mar 16:11
cbc340d
Compare
Choose a tag to compare

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

10 Jan 19:31
Compare
Choose a tag to compare

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

01 Mar 22:12
Compare
Choose a tag to compare

This release has been tested against PHP 7.3

Better Autoloading

18 Apr 17:01
Compare
Choose a tag to compare
1.0.1

adding grumphp, php-cs-fixer, fixing styles, narrowing namespace

First Release

22 Mar 04:03
Compare
Choose a tag to compare
1.0.0

Updating gmp docblocks, removing ignores