How do I install the bcmath module on a server? I tried
yum update php-bcmath
but it said it found nothing.
Install BCMath Extension in PHP – WindowsOpen your active php. ini and look for the line extension=php_bcmath. dll. If that line is commented with ; at the start then you just need to remove that ; and restart apache will load this BCMath extension with PHP.
BCMath is set of PHP functions that allow to you to use Arbitrary-precision arithmetic. This package is basically going to be a wrapper for these functions so that they can be used in an object oriented way. The class will allow you to input certain values and run one of the BCMath commands.
Try yum install php-bcmath
. If you still can't find anything, try yum search bcmath
to find the package name
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With