Skip to content

Releases: php-decimal/ext-decimal

v1.2.0

09 Feb 11:25
Compare
Choose a tag to compare
  • Change signum of NAN returning 1, now throws RuntimeException. #10
  • Change toInt of NAN and INF returning 0, now throws RuntimeException. #11
  • Fix pthreads incompatibility (properly). #12

v1.1.2

09 Feb 11:24
Compare
Choose a tag to compare

This version should not be used in a ZTS environment. Please use 1.2.0 instead.

v1.1.1

25 Jan 01:12
Compare
Choose a tag to compare
  • Fix signum returning 1 for zero, instead of 0. #9

v1.1.0

21 Nov 04:57
Compare
Choose a tag to compare
  • Added trim method to Decimal to trim trailing zeroes.

v1.0.1

02 Nov 00:18
Compare
Choose a tag to compare
  • Improved library detection