The newly introduced dependency on the GMP PHP Extension is causing issues with many of our installations. GMP is not a standard PHP extension which is affecting clients on Managed hosting providers as well as hardened linux installs on VPS deployments.
Searching the codebase, I could not find any cases of gmp_* functions being used.
If it's not being used, I would suggest removing that dependency. If it is being used, it would be highly preferrable to use alternative methods which do not add this dependency.
The newly introduced dependency on the GMP PHP Extension is causing issues with many of our installations. GMP is not a standard PHP extension which is affecting clients on Managed hosting providers as well as hardened linux installs on VPS deployments.
Searching the codebase, I could not find any cases of gmp_* functions being used.
If it's not being used, I would suggest removing that dependency. If it is being used, it would be highly preferrable to use alternative methods which do not add this dependency.