F5F Stay Refreshed Software Operating Systems Add PHP GMP extension to Docker container.

Add PHP GMP extension to Docker container.

Add PHP GMP extension to Docker container.

X
xISplex
Member
221
02-21-2020, 05:28 AM
#1
Check your setup and try a different extension. The error suggests you need a newer GMP library version. Use `docker-php-ext-install` with a compatible version, such as `gmp` from a supported source or update the PHP version in your Dockerfile.
X
xISplex
02-21-2020, 05:28 AM #1

Check your setup and try a different extension. The error suggests you need a newer GMP library version. Use `docker-php-ext-install` with a compatible version, such as `gmp` from a supported source or update the PHP version in your Dockerfile.