【问题标题】:GMP PHP Extention Missing缺少 GMP PHP 扩展
【发布时间】:2021-12-03 18:22:21
【问题描述】:

我想测试运行一个完全开发的网站。当我在名为“Viserlab 的简易安装程序”的位置“localhost/install/”时,显示需要 GMP PHP 扩展。如何安装它以及在哪里安装。

【问题讨论】:

    标签: php xampp localhost gmp php-gmp


    【解决方案1】:

    How to install GMP for PHP7 on Ubuntu已经有一个关于这个的话题

    To install GMP for PHP7.0 on Ubuntu, run: sudo apt-get install php7.0-gmp
    
    Make sure your php.ini contains the following: extension=php_gmp.so
    
    To find out where your php.ini is located, run: php --ini
    

    或者使用

    sudo apt-get install php-gmp
    

    【讨论】:

      猜你喜欢
      • 2019-04-25
      • 1970-01-01
      • 2018-05-10
      • 1970-01-01
      • 2021-09-17
      • 2016-07-31
      • 2014-10-24
      • 2018-08-31
      • 2020-11-19
      相关资源
      最近更新 更多