docker-compose-lamp icon indicating copy to clipboard operation
docker-compose-lamp copied to clipboard

How to add GMP?

Open RobertEcker opened this issue 2 years ago • 1 comments

How to add GMP? I use Debian with php83 but I was not possible to run it with GMP.

https://www.php.net/manual/en/ref.gmp.php

RobertEcker avatar Apr 28 '24 08:04 RobertEcker

in ./bin/php83/Dockerfile add libgmp-dev / in "# Install useful tools ..." lines, then add docker-php-ext-install gmp && \ in "# Other PHP8 Extensions" lines

charlie-cheetah avatar Jul 19 '24 21:07 charlie-cheetah