debian php无法使用bc函数 bcmath

Posted yaolunhui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了debian php无法使用bc函数 bcmath相关的知识,希望对你有一定的参考价值。

第一步先安装bcmath

apt-get install php-bcmath

第二步,配置php.ini

extension=bcmath.so
bcmath.scale = 1

 

第三步:重启apache2

/etc/init.d/apache2 restart

 


以上是关于debian php无法使用bc函数 bcmath的主要内容,如果未能解决你的问题,请参考以下文章