• 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

Using if(isset($_POST['submit'])) to not display echo when script is open is not working

Laravel views are showing from cache on one server but works fine on other server

Laravel 5: Is there a non-case sensitive way to sort a collection by an attribute?

How to write PHP in XSLT

How to pass security cloudflare server with php curl

Dynamic dropdown Ajax PHP request

How to run or debug php on Visual Studio Code (VSCode)

OAuth2 Token PHP

Reload parent page after submit in iframe

Python - Include another Python script

how to get the header value, if we don't know the value because the value is random from the server

Add 2 Webcam in one page with WebcamJS

Laravel Gates using model and returns "Using $this when not in object context" Line 28 of AzureUser model

correct PHP headers for pdf file download

wp_remote_get() not passing authentication

About Contact Privacy policy Terms and conditions