PHP在使用bcsub()函数时需要安装php-bcmath的扩展,否者无法使用
安装命令为:
yum install php-bcmath
如果报错,就在php后加上当前php版本号
比如我当前使用的php版本为7.2.27,那么安装命令改为:
yum install php72w-bcmath
PHP在使用bcsub()函数时需要安装php-bcmath的扩展,否者无法使用
安装命令为:
yum install php-bcmath
如果报错,就在php后加上当前php版本号
比如我当前使用的php版本为7.2.27,那么安装命令改为:
yum install php72w-bcmath