ubuntu php怎么安装bcmath
本文操作环境:ubuntu 16.04系统、PHP7.0、Dell G3。
ubuntu php怎么安装bcmath?
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.idc.net/help/7823/
文章版权归作者所有,未经允许请勿转载。
THE END