This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-math 3.1.0
·
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 the0
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
Fixed
- Nothing.