Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

stewtech's avatar

Composer will not install, what should I do?

The PHP exe file you specified did not run correctly [exit code -2]: C:\xampp\php\php.exe

Program Output: PHP Warning: PHP Startup: Unable to load dynamic library 'bz2' (tried: C:\xampp4\php\ext\bz2 (The specified module could not be found), C:\xampp4\php\ext\php_bz2.dll (The specified module could not be found)) PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: C:\xampp4\php\ext\curl (The specified module could not be found), C:\xampp4\php\ext\php_curl.dll (The specified module could not be found)) PHP Warning: PHP Startup: Unable to load dynamic library 'fileinfo' (tried: C:\xampp4\php\ext\fileinfo (The specified module could not be found), C:\xampp4\php\ext\php_fileinfo.dll (The specified module could not be found)) PHP Warning: PHP Startup: Unable to load dynamic library 'gettext' (tried: C:\xampp4\php\ext\gettext (The specified module could not be found), C:\xampp4\php\ext\php_gettext.dll (The specified module could not be found)) PHP Warning: PHP Startup: Unable to load dynamic library 'mbstring' (tried: C:\xampp4\php\ext\mbstring (The specified module could not be found), C:\xampp4\php\ext\php_mbstring.dll (The specified module could not be found)) PHP Warning: PHP Startup: Unable to load dynamic library 'exif' (tried: C:\xampp4\php\ext\exif (The specified module could not be found), C:\xampp4\php\ext\php_exif.dll (The specified module could not be found)) PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli' (tried: C:\xampp4\php\ext\mysqli (The specified module could not be found), C:\xampp4\php\ext\php_mysqli.dll (The specified module could not be found)) PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: C:\xampp4\php\ext\pdo_mysql (The specified module could not be found), C:\xampp4\php\ext\php_pdo_mysql.dll (The specified module could not be found)) PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_sqlite' (tried: C:\xampp4\php\ext\pdo_sqlite (The specified module could not be found), C:\xampp4\php\ext\php_pdo_sqlite.dll (The specified module could not be found)) PHP Warning: PHP Startup: Unable to load dynamic library 'php_openssl.dll' (tried: C:\xampp4\php\ext\php_openssl.dll (The specified module could not be found), C:\xampp4\php\ext\php_php_openssl.dll.dll (The specified module could not be found)) PHP Warning: PHP Startup: Unable to load dynamic library 'php_ftp.dll' (tried: C:\xampp4\php\ext\php_ftp.dll (The specified module could not be found), C:\xampp4\php\ext\php_php_ftp.dll.dll (The specified module could not be found)) PHP Warning: Cannot open "C:\xampp4\php\extras\browscap.ini" for reading PHP Fatal error: Unable to start standard module

0 likes
4 replies
RayC's avatar

If you read the error messages it tells you why composer will not install. Your PHP installation is missing some libraries and you need to install them.

1 like
stewtech's avatar

@RayC

Thanks Ray! Would uninstalling XAMPP work? I am using Phpstorm, would I need to install any libraries in that also? Only 4 months into PHP, sorry about the noobness!!

RayC's avatar

@stewtech If your running on windows and want a good server try using Laragon, better than XAMPP in my opinion. You will need PHP installed to run Laravel.:

https://laragon.org/

1 like
Riade's avatar

@RayC i came across the same problem, i will follow your suggestion. Thank You

Please or to participate in this conversation.