Home > Backend Development > PHP Tutorial > linux服务器下 php环境中 bcmath扩展如何开启

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

WBOY
Release: 2016-06-13 12:15:31
Original
1676 people have browsed it

linux服务器下 php环境中 bcmath扩展怎么开启
linux服务器下 php环境中 bcmath扩展怎么开启
------解决思路----------------------
到php源码目录内
phpize

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

make

make install

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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template