• 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

Assign output of PHP function to a variable

Why rand() every time I refresh the page?

Wordpress wpdb->delete issue

Call to undefined function openssl_decrypt

How to fix Call to undefined method AppModelsTableName::factory?

GA4 custom event from server side, can someone tell me how i can do the following code in php?

Make Shipping Method fields Mandatory on Woocommerce checkout page

Laravel 5.1 Unknown database type enum requested

how to use extended ASCII instead of unicode in PHP

Get number of working days between two dates in PHP [duplicate]

Filter WooCommerce products with post__in and additional meta queries

Magento 2 - How to add new block to admin panel in product page?

Clients authentication and user authentication with laravel

How to identify whether webp image is static or animated?

Check for PDO Results, If None Display Message, If Yes then Loop Through

About Contact Privacy policy Terms and conditions