I have installed both php5.6 and php7.0 from PPA on Ubuntu according to this manual
http://lornajane.net/posts/2016/php-7-0-and-5-6-on-ubuntu
But I didn\'t get h
First of all, get admin permission in Linux Environment- **Sudo su ** <> Then follow below syntax sudo apt-get install php7.3-bcmath
Here php7.3 (Enter your php version and check by php -v) bcmath (Enter your extension name)
And if you want to check list of active extensions enter (php -m) in terminal.