PHP安装BCMath扩展
在线安装
1.安装BCMath,yum install php-bcmath。
2.重启httpd,httpd -k restart。
nginx 时需要添加扩展:
你把该目录下的bcmath.so拷贝到你php.ini中的extension_dir指向的目录中,
在php.ini中添加扩展
extension = bcmath.so
在线安装
1.安装BCMath,yum install php-bcmath。
2.重启httpd,httpd -k restart。
nginx 时需要添加扩展:
你把该目录下的bcmath.so拷贝到你php.ini中的extension_dir指向的目录中,
在php.ini中添加扩展
extension = bcmath.so