XAMPP (WIndows) PHP GMP Functions

Mark picture Mark · Jun 9, 2017 · Viewed 12.9k times · Source

Is there any way to use PHP GMP Functions on windows without using a virtual machine?

Thanks in advance.

[http://php.net/manual/en/ref.gmp.ph]

Answer

z3nth10n picture z3nth10n · May 9, 2018

Now, in XAMPP that uses PHP 7.2.4 comment has another format:

;extension=gmp

Uncommenting this will make it work also!