找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索本站精品资源

首页 教程频道 查看内容

ubuntu php怎么安装bcmath

作者:模板之家 2021-11-25 11:49 67人关注

ubuntu php安装bcmath的方法:1、执行“sudo apt-get install php-bcmath”命令;2、找到php的配置文件;3、加入“extension=bcmath.so”代码即可。

ubuntu php安装bcmath的方法:1、执行“sudo apt-get install php-bcmath”命令;2、找到php的配置文件;3、加入“extension=bcmath.so”代码即可。

本文操作环境: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模块,第二个步骤不用了。

推荐学习:《PHP视频教程》

以上就是ubuntu php怎么安装bcmath的详细内容,更多请关注模板之家(www.mb5.com.cn)其它相关文章!


路过

雷人

握手

鲜花

鸡蛋
来自: 网络收集

全部回复(0)