mirror of
https://github.com/php/php-src.git
synced 2026-04-15 03:51:07 +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.