How to install bcmath module?
How do I install the bcmath module on a server? I tried yum update php-bcmath but it said it found nothing. Try yum install php-bcmath . If you still can't find anything, try yum search bcmath to find the package name ubuntu and php7.1 sudo apt install php7.1-bcmath Worked great on CentOS 6.5 yum install bcmath All my calls to bcmath functions started working right after an apache restart service httpd restart Sweet! yum install php72-php-bcmath.x86_64 cp /etc/opt/remi/php72/php.d/20-bcmath.ini /etc/php.d/ cp /opt/remi/php72/root/usr/lib64/php/modules/bcmath.so /usr/lib64/php/modules/