bseddon / ocsp-responder

PHP implementation of RFC 6960 to respond to certificate checking
MIT License
3 stars 2 forks source link

My host doesn't have "gmp_import()". Workaround? #2

Closed matt-matt1 closed 3 months ago

matt-matt1 commented 3 months ago

Error: Fatal error: Uncaught Error: Call to undefined function gmp_import() in .../vendor/lyquidity/requester/src/Asn1/Util/BigInteger.php:67

This error message doesn't appear on my home computer. So I gather the host disabled "gmp_import()" (may be for security reasons...). Is there a way to accomplish the same with another function (perhaps many) ?

bseddon commented 3 months ago

The same question was asked here. It's not an issue I have any interest resolving. The code was created for my OCSP implementation and made public in case other wish to use it. Your choices are to:

Good luck.