Intall php extension

Hello I installed GMP extension with this command

sudo apt-get install php7.4-gmp

and I got this:

NOTICE: Not enabling PHP 7.4 FPM by default.
NOTICE: To enable PHP 7.4 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.4-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Processing triggers for php7.4-cli (7.4.14-1+ubuntu18.04.1+deb.sury.org+1) …

what should I do now

Nothing it could work fine…

<?php phpinfo();?> to check if the module is loaded

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.