美文网首页
php7 新安装的系统,出现call to nudefinded

php7 新安装的系统,出现call to nudefinded

作者: Hanrydy | 来源:发表于2017-06-25 17:26 被阅读0次

由于没有安装bcmath的php扩展导致,这是一个支持大整数计算的扩展

安装教程

查看电脑的硬件系统,用lscpu,查看php版本php -v ,下载对应的php-bcmath

  • 下载网站 http://rpmfind.net/linux/rpm2html/search.php?query=php-bcmath
  • 用wget下载,对应的rpm 包,解压命令 rpm2cpio FileName.rpm | cpio -div
  • 进入 /usr/local/harry/usr/lib64/php/modules 目录,将bcmath.so复制到php的extension目录中
  • 在php.ini 增加extension = bcmath.so
  • 重启 systemctl restart php-fpm
image.png image.png

相关文章

网友评论

      本文标题:php7 新安装的系统,出现call to nudefinded

      本文链接:https://www.haomeiwen.com/subject/onrrcxtx.html