master
Fix GH-18641: Accessing a BcMath\Number property by ref crashes
Increase test coverage of _bc_do_add() (#14131)
Migrate skip checks to --EXTENSIONS--, p1
Extend tests of bcmath extension (#11563)
[RFC] Add bcfloor, bcceil and bcround to BCMath (#13096)
Correctly compare 0 and -0 (#17051)
ext/bcmath: Fixed `bcdiv()` div by one (#15629)
[RFC] ext/bcmath: Added `bcdivmod` (#15740)
ext/bcmath: Prevent overflow of uint32_t/uint64_t (#14297)
Fixed a bug in BcMath\Number::pow() and bcpow() when raising negative powers of 0. (#16694)
Fix GH-11761: Bcmath numbers with trailing zeros (#11798)
ext/bcmath: Fixed bug (bcpowmod() with mod = -1 returns 1 when it must be 0)
RFC: Add the RoundingMode enum (#14833)
Correctly round rounding mode with zero edge case (#17065)
Merge branch 'PHP-8.0'
Fix GH-15968: Avoid converting objects to strings in operator calculations. (#16021)
Fixed a bug where size_t underflows (#16696)
Added early return case when result is 0 (#16697)
Fixed GH-16978: Avoid unnecessary padding with leading zeros (#16988)
Fixed GH-17275: Fixed the calculation logic of dividend scale (#17279)
Fixed GH-17398: bcmul memory leak (#17615)
Fix GH-20006: Power of 0 of BcMath number causes UB
Prefer EXPECT over EXPECTF