PHP Package of functions that allow for arbitrary-length integers to be worked with using the GNU MP library.
Questions tagged [php-gmp]
7 questions
20
votes
3 answers
How to install gmp extension for php 7.2 using MAMP on OSX
How to install gmp extension for php 7.2.1 using MAMP on OSX?
I'm trying to encrypt a token with php and this library(lcobucci/jwt) using the Elliptic Curve Digital Signature Algorithm (ECDSA) with the P-256 curve and the SHA-256 hash algorithm.…

Lloyd Keijzer
- 1,229
- 1
- 12
- 22
6
votes
0 answers
Unable to install/enable gmp on mac os php@7.1
I am trying to install gmp extension for mac as I get this Problem while fetching some dependencies from github
Problem 1
- mdanter/ecc v0.3.2 requires ext-gmp * -> the requested PHP extension gmp is missing from your system.
I have tried…

Pradeep Singh
- 1,282
- 2
- 19
- 35
0
votes
1 answer
How to install php's gmp for windows?
Root composer.json requires PHP extension ext-gmp * but it is missing from your system. Install or enable PHP's gmp extension.
I'm getting this error, so can anyone tell me how to resolve this error?

Srikar Marupaka
- 17
- 3
0
votes
1 answer
Installing GMP on docker using lando
I'm trying to spin up a laravel instance via lando using php8.
I also need to install the php GMP module...
I'm very new to docker and lando.
Now it seems as though the php instance that lando uses does not have GMP pre-setup
I found a post…

Kieran
- 752
- 1
- 10
- 24
0
votes
0 answers
Install php-gmp failed on centos 7
I have Centos 7 and php 7.4.16
I want to install latest version of ccxt and it need gmp extension.
My repo list is :
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centosmirror.netcup.net
* epel:…

Oveys
- 113
- 1
- 9
0
votes
1 answer
Codeigniter Error Message: You must enable php_gmp to use Bitauth
I keep getting an error message on my linux and windows message which states that I am to enable php_gmp in order to use Bitauth. I have placed extension=php_gmp.so in the php.ini folder in the opt/lampp/etc folder and also in…

asdf
- 1
- 1
-4
votes
1 answer
GMP PHP Extention Missing
I want to test run a completely developed site. While i was in location "localhost/install/" called "Easy Installer by Viserlab" there is showing GMP PHP Extension is Required. How I can install it and where to.

Rubyyat Abir
- 1
- 4