如何在服务器上安装bcmath模块?我试过了
yum update php-bcmath但它说什么也没找到。
发布于 2010-08-04 04:35:55
试试yum install php-bcmath。如果仍然找不到任何内容,请尝试使用yum search bcmath查找包名称
发布于 2017-07-11 04:11:28
ubuntu和php7.1
sudo apt install php7.1-bcmath无版本规范的ubuntu和php
sudo apt install php-bcmath发布于 2018-07-23 10:34:30
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安装给了我phpinfo()中的bcmath,我不确定为什么要深入研究。
https://stackoverflow.com/questions/3400362
复制相似问题