如何在服务器上安装 bcmath 模块?我试过了
How do I install the bcmath module on a server? I tried
yum update php-bcmath
但它说它什么也没找到.
but it said it found nothing.
尝试 yum install php-bcmath
.如果还是找不到,试试yum search bcmath
找包名
Try yum install php-bcmath
.
If you still can't find anything, try yum search bcmath
to find the package name
这篇关于如何安装 bcmath 模块?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!