Xampp-vm for macbook pro

Keywords: WordPress - OS X - Technical issue - Other Description: Hi, I install xampp vm in my mac book as I wanted to have wordpress in my. Idd880.com adobe zii 4.0.1 cc 2018 universal patcher for mac. Adobe media encoder cc 2017 11.1.2 for mac.

Xampp
# Enable Missing Extension for XAMPP-VM (or for original XAMPP) Take gmp for example.## Enviroment* macOS mojave* XAMPP-VM 7.2.10## Steps1. Download represented version of php package from [https://pkgs.org/](https://pkgs.org/)![](https://i.imgur.com/bX9dvwy.png)---2. Extract binary package and find gmp.so in 'php72-php-gmp/opt/remi/php72/root/usr/lib64/php/modules'![](https://i.imgur.com/PDQqXQf.png)---3. Put files in '/opt/lampp/lib/php/extensions/no-debug-non-zts-20170718' ###### note: This path is for XAMPP-VM. As for XAMPP, take macOS for example, it would be '/Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20170718'The folder name may be a little bit different if the version of XAMPP/XAMPP-VM you are using is not as same as mine![](https://i.imgur.com/L3G6bQK.png)---4. Edit php.ini in '/opt/lampp/etc'Add the extension name to php.ini![](https://i.imgur.com/kvLL4Qr.png)It uses fuzzy search to load extensions, either 'extension=gmp' or 'extension=gmp.so' works.---5. Type 'php --ini' to make sure the extension is working![](https://i.imgur.com/1IYrX6t.png)The extension works fine if there is no error/warning message for loading extension.For example: misspell of extensions![](https://i.imgur.com/RMvnYd1.png)---## References1. https://hk.saowen.com/a/222f26a2753534e74d5d006a5819ae5a146d2d0b1973ea6869315995872557032. https://pkgs.org/###### tags: `XAMPP` `XAMPP-VM` `PHP`