Ext Decimal Versions Save

Correctly-rounded, arbitrary precision decimal floating-point arithmetic in PHP

v1.2.0

5 years ago
  • 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

5 years ago

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

v1.1.1

5 years ago
  • Fix signum returning 1 for zero, instead of 0. #9

v1.1.0

5 years ago
  • Added trim method to Decimal to trim trailing zeroes.

v1.0.1

5 years ago
  • Improved library detection