Skip to content

Releases: stephen-hill/base58php

v1.1.5

22 Aug 16:53
bd9fc19
Compare
Choose a tag to compare

bcmod cast to int for compatibility php 72

v1.1.4

20 Jul 20:45
Compare
Choose a tag to compare

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.