Ubuntu PHP安装bcmath模块

1.sudo apt-get install php-bcmath ,安装之后:

2.运行:php -i | grep "php.ini",找到php的配置文件:

加入代码: extension=bcmath.so

3.运行php -m,如果出现:

说明,多次加载了bcmath模块,第二个步骤不用了。

学习记录,方便复习
原文地址:https://www.cnblogs.com/jingjingdidunhe/p/6945355.html