Skip to content

v1.1.4

Choose a tag to compare

@stephen-hill stephen-hill released this 20 Jul 20:45
· 37 commits to master since this release

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.