Skip to content
Advertisement

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/include/php/ext Entered that dir and launched phpize Launched `./configure –with-php-config=/Applications/MAMP/bin/php/php7.3.24/bin/php-config As soon as i hit enter

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 also is known to work on Windows in both 32-bit and 64-bit mode. Also try to

Advertisement