Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

zend-math 3.1.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 26 Apr 21:37
· 47 commits to master since this release

Added

  • #31 adds support for PHP 7.1 and 7.2.

Changed

  • #33 modifies the Bcmath BigInteger class to no longer change the global
    bcscale, but instead send the 0 scale value explicitly to each bcmath operation. This prevents
    side effects when using bcmath in other scenarios.

  • #29 modifies how caught exceptions are re-thrown; all such cases now provide
    the original exception as the previous exception.

Deprecated

  • Nothing.

Removed

  • #31 removes support for PHP 5.5.

  • #31 removes support for HHVM.

Fixed

  • Nothing.