mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
90dcbbe3cb
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.