Skip to content

Tag: gmp

GNU MP Library version 4.2 or greater required

This is something i’ve met while trying to install PHP-GMP extension. What i was trying to do is: Downloaded gmp with brew using brew install autoconf gmp Downloaded PHP (i’m using version 7.3.24) from source to extract the GMP extension Copied Gmp directory to /Applications/MAMP/bin/php/php7.3.24…

XAMPP (WIndows) PHP GMP Functions

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 According to GMP’s website: GMP’s main target platforms are Unix-type systems, such as GNU/Linux, Solaris, HP-UX, Mac OS X/Darwin, BSD, AIX, etc. It…