• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

PHP | "The requested PHP extension bcmath is missing from your system."

phpwebconfigurationcomposer-phpini


PHP Snippet 1:

apt-get update

apt-get install php7.2-bcmath

PHP Snippet 2:

sudo apt install php7.1-bcmath

PHP Snippet 3:

PHP 7.2.9-1+ubuntu16.04.1 ....

PHP Snippet 4:

sudo yum install php72-bcmath

PHP Snippet 5:

sudo apt install php7.0-bcmath

PHP Snippet 6:

sudo apt-get install php-bcmath

PHP Snippet 7:

yum install php56w-bcmath

PHP Snippet 8:

rm composer.lock

PHP Snippet 9:

apt-get install php-bcmath

Related Snippets

Add and update products to session cart in Laravel

How to extract price from given url using Xpath?

How do I pass the dynamic output of a php variable or php function to a CSS variable?

ORA-12546: TNS:permission denied error connection to remote oracle server

str_replace or preg_replace random number from string

Whats the point of running Laravel with the command 'php artisan serve'?

How to get transaction details in notify_url page in paypal

SQLSTATE[HY000]: General error: 1 table posts has no column named *

codeigniter 4 running error first time with xampp

Merge column values from two arrays to form an indexed array of associative arrays

Why i get wrong output for html markdown?

Laravel - Browser displays message again when I press back button

PHP Warning: Module already loaded in Unknown on line 0

Changing font color in javascript

How can I format this number correctly using PHP?

About Contact Privacy policy Terms and conditions