I'm trying to install the composer in Windows 10, but the following error message is appearing:
The PHP exe file you specified did not run correctly: C: \ Program Files \ VertrigoServ \ Php \ php.exe
The php.ini used by your command-line PHP is: C: \ Program Files \ VertrigoServ \ Php \ php.ini
A setting in your php.ini could be causing the problem: Either the 'extension_dir' value is incorrect or the dll does not exist.
Program Output: Failed loading C: \ Program Files \ VertrigoServ \ php \ ext \ php_xdebug-2.5.5-7.1-vc14.dll PHP Warning: PHP Startup: Unable to load dynamic library 'C: \ Program Files \ VertrigoServ \ php \ ext \ php_mysql.dll' - The specified module could not be found. in Unknown on line 0
As you can see, I use VertrigoServ. I already tried to run in administrator mode, I already tried with the 'extension_dir' commented and not commented.
Currently the php.ini file looks like this:
; Directory in which the loadable extensions (modules) reside.
; link
; extension_dir="./"
; On windows:
extension_dir="ext"