Linux – How to enable bcmath module in PHP 7.1

centoscentos7linuxPHP

Am running a Centos7 server. This module bcmath wasn't installed,

I installed it yum install php-bcmath.

And it doesn't seem to work. It also doesn't appear in info.php page.

The php version I have is 7.1.12 something.

How do I enable it?

Best Answer

For reference purposes, on Ubuntu 16.04.5 LTS, with PHP 7.0, we use:

apt-get install php-bcmath