当前位置: 首页 > 后端技术 > PHP

【PHP】php安装bcmath扩展脚本

时间:2023-03-30 05:22:45 PHP

#!/bin/bashbcmath_ini=/etc/php.d/40-bcmath.ini##安装bcmath扩展cd/data/softssudotarzxvfphp-5.6.30.tar。gzcd/data/softs/php-5.6.30/ext/bcmath/sudophpizesudo./configuremake&&makeinstall##添加扩展配置cat>$bcmath_ini<