Releases: stephen-hill/base58php
Releases · stephen-hill/base58php
v1.1.5
bcmod cast to int for compatibility php 72
v1.1.4
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.