ext-decimal icon indicating copy to clipboard operation
ext-decimal copied to clipboard

Issue with VC17 not compatible

Open alirxamughal opened this issue 4 years ago • 2 comments

I am using xampp with PHP Version 7.4.14. This php version using

Compiler Visual C++ 2017
Architecture x64

but i didn't find any compatible version of this. Also PHP throws error of unable to load dynamic extension.

alirxamughal avatar Apr 27 '21 07:04 alirxamughal

@alirxamughal Using XAMPP in 2021 it's a quite big problem. For local development you may use Vagrant or Docker.

zlodes avatar Apr 27 '21 12:04 zlodes

There are pre-built Windows packages of decimal 1.4.0 available. Make sure you download 7.4 Thread Safe (TS) x64. Then you need to put php_decimal.dll in your extension_dir and libmpdec.dll somewhere in your PATH. I assume you're missing the latter.

cmb69 avatar Nov 17 '21 15:11 cmb69