当前位置: 代码迷 >> PHP >> linux服务器下 php环境中 bcmath扩展如何开启
  详细解决方案

linux服务器下 php环境中 bcmath扩展如何开启

热度:33   发布时间:2016-04-28 17:48:25.0
linux服务器下 php环境中 bcmath扩展怎么开启
linux服务器下 php环境中 bcmath扩展怎么开启
------解决思路----------------------
到php源码目录内
phpize

然后
./configure --with-php-config=/usr/local/bin/php-config (注意php的安装路径)

make

make install

再修改 php.ini 加载 这个.so