php-src/ext/bcmath
Saki Takamachi e8fe7e4f52
ext/bcmath: Fixed bcdiv() div by one (#15629)
Fixed the incorrect scale that should be used when dividing by 1, that is,
comparing the divisor and 1 to confirm equality.

Additionally, have increased the number of test cases for bcdiv_by_pow_10.phpt.
2024-08-30 09:33:17 +09:00
..
libbcmath ext/bcmath: Fixed bcdiv() div by one (#15629) 2024-08-30 09:33:17 +09:00
tests ext/bcmath: Fixed bcdiv() div by one (#15629) 2024-08-30 09:33:17 +09:00
bcmath.c RFC: Add the RoundingMode enum (#14833) 2024-07-18 20:44:30 +02:00
bcmath.stub.php RFC: Add the RoundingMode enum (#14833) 2024-07-18 20:44:30 +02:00
bcmath_arginfo.h RFC: Add the RoundingMode enum (#14833) 2024-07-18 20:44:30 +02:00
config.m4 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
CREDITS
php_bcmath.h BCMath: Avoid using the heap for temporary objects by using arena allocations (#14170) 2024-05-08 19:36:14 +02:00