码迷,mamicode.com
首页 > Web开发 > 详细

debian php无法使用bc函数 bcmath

时间:2018-05-11 12:59:58      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:apt-get   restart   scale   /etc   AC   第一步   配置   php   debian   

第一步先安装bcmath

apt-get install php-bcmath

第二步,配置php.ini

extension=bcmath.so
bcmath.scale = 1

 

第三步:重启apache2

/etc/init.d/apache2 restart

 

debian php无法使用bc函数 bcmath

标签:apt-get   restart   scale   /etc   AC   第一步   配置   php   debian   

原文地址:https://www.cnblogs.com/hui413027075/p/9023500.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!