php-src/ext/bcmath
Christoph M. Becker b152633ecb Scale support for bcmod()
As of commit 90dcbbe (PHP-7.2+) bcmod() supports non-integral
parameters as well. Since formerly only integer modulus has been
supported, it did not make much sense to cater to the scale with regard
to the result. However, now it does for consistency with other BCMath
operations.

Therefore, we add support for an optional `scale` parameter and fall
back to the default scale (`bcmath.scale`) as usual.
2017-11-06 17:26:52 -05:00
..
libbcmath Merge branch 'PHP-7.1' into PHP-7.2 2017-09-11 23:52:14 +02:00
tests Scale support for bcmod() 2017-11-06 17:26:52 -05:00
bcmath.c Scale support for bcmod() 2017-11-06 17:26:52 -05:00
config.m4 opcache, intl, gmp, exif, com, bcmath to use static tsrmls 2014-10-17 15:51:21 +02:00
config.w32 opcache, intl, gmp, exif, com, bcmath to use static tsrmls 2014-10-17 15:51:21 +02:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
package.xml Typo 2007-03-14 09:58:14 +00:00
php_bcmath.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00