安装Composer LARAVEL时出错

The PHP exe file you specified did not run correctly:

C:\xampp\php\php.exe

The php.ini used by your command-line PHP is:

C:\xampp\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:

Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pdo_firebird.dll' - The specified module could not be found. in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_imagick.dll' - %1 is not a valid Win32 application. in Unknown on line 0

please check the php.ini file located in C:\xampp\php

and search extension=php_imagick.dll and replace with ;extension=php_imagick.dll