We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3030c00
This release provides two new static methods:
Base58::create() and Base58::singleton()
Base58::create()
Base58::singleton()
4d1fc96
This is a major release which drops support for older versions of PHP.
Changes
bd9fc19
bcmod cast to int for compatibility php 72
75ef712
It appears that some distributions of PHP override the default value of "bcmath.scale" to something other than zero.
This release overcomes this issue by always settings bcdiv()'s $scale parameter to zero.
This should fix issues #17, #12, and #10.