Skip to content

PHP 8.0 Support

Compare
Choose a tag to compare
@jaydiablo jaydiablo released this 22 Mar 16:11
· 28 commits to master since this release
cbc340d

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).