当前位置:  开发笔记 > 编程语言 > 正文

如何安装bcmath模块?

如何解决《如何安装bcmath模块?》经验,为你挑选了4个好方法。

如何在服务器上安装bcmath模块?我试过了

yum update php-bcmath

但它说什么都没找到.



1> greg0ire..:

试试yum install php-bcmath.如果仍然找不到任何内容,请尝试yum search bcmath查找包名称


在php7中,`sudo apt install php7.0-bcmath`

2> Albert s..:

ubuntu和php7.1

sudo apt install php7.1-bcmath


sudo apt-get install php7.0-bcmath
并且(如果使用apache),之后`service apache2 reload`。否则,bcmath尚未启用。

3> 小智..:

在CentOS 6.5上工作得很好

yum install bcmath

在apache重启后,我对bcmath函数的所有调用都开始正常工作

服务httpd重启

甜!



4> 小智..:
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

推荐阅读
手机用户2502852037
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有