mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
bcmod() no longer truncates fractionals to integers. This matches the behavior of fmod(). It also matches the behavior of bcpowmod(). It also matches the behavior of bcmod() in HHVM.