-4

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

4

1 回答 1

0

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
于 2021-10-15T15:05:37.217 回答