如何在服务器上安装bcmath模块?我试过了
yum update php-bcmath
但它说什么都没找到.
试试yum install php-bcmath
.如果仍然找不到任何内容,请尝试yum search bcmath
查找包名称
ubuntu和php7.1
sudo apt install php7.1-bcmath
在CentOS 6.5上工作得很好
yum install bcmath在apache重启后,我对bcmath函数的所有调用都开始正常工作
服务httpd重启甜!
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/ systemctl restart httpd
不知道为什么我必须这么深,考虑到yum install在phpinfo()给了我bcmath