Level 102
Try
sudo apt-get install php8.0-bcmath
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
This command
composer require simplito/elliptic-php
fails with many errors.I guess its due to missing GMP module so I try
sudo apt-get install php8.0-gmp
but it says unknown module. When I install with
composer require simplito/elliptic-php --ignore-platform-reqs
it installs successfully but my Laravel app fails with error
Cannot use BigInteger. Neither gmp nor bcmath module is loaded
Try
sudo apt-get install php8.0-bcmath
Please or to participate in this conversation.