环境 阿里云centos7
php7.2
错误信息:
命令:
yum install php-bcmath
Error: php72w-common conflicts with php-common-5.4.16-46.el7.x86_64

解决方法:
要用指定PHP版本安装,比如上面报错的是:php72w,那么你就需要执行
php72w-bcmath
完整命令:
yum install php72w-bcmath

安装成功!
解决PHP版本冲突
本文介绍了解决在阿里云CentOS7环境下使用yum安装特定版本PHP扩展时遇到的版本冲突问题。通过指定正确的PHP版本,成功安装了bcmath扩展。
2460

被折叠的 条评论
为什么被折叠?



