mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02: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.