mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +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.