Skip to content

Releases: stephen-hill/base58php

v2.1.0

19 Nov 11:54
3030c00

Choose a tag to compare

This release provides two new static methods:

Base58::create() and Base58::singleton()

v2.0.0

11 Nov 15:41
4d1fc96

Choose a tag to compare

This is a major release which drops support for older versions of PHP.

Changes

  • Requires PHP v8.1 or greater
  • Upgraded to PHPUnit v10
  • Removed benchmarks
  • Added type declarations
  • Converted to Github Actions

v1.1.5

22 Aug 16:53
bd9fc19

Choose a tag to compare

bcmod cast to int for compatibility php 72

v1.1.4

20 Jul 20:45

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.