felixfbecker / vscode-php-intellisense

Advanced PHP IntelliSense for Visual Studio Code 🆚💬
MIT License
410 stars 88 forks source link

Error Spawning PHP: Command Failed: php.exe --version PHP Warning.... #529

Open J-Pster opened 3 years ago

J-Pster commented 3 years ago

Error spawning PHP: Command failed: php.exe --version PHP Warning: PHP Startup: Unable to load dynamic library 'bz2' (tried: D:\XAMPPS\php\ext\bz2 (The specified module could not be found), D:\XAMPPS\php\ext\php_bz2.dll (The specified module could not be found)) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: D:\XAMPPS\php\ext\curl (The specified module could not be found), D:\XAMPPS\php\ext\php_curl.dll (The specified module could not be found)) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'fileinfo' (tried: D:\XAMPPS\php\ext\fileinfo (The specified module could not be found), D:\XAMPPS\php\ext\php_fileinfo.dll (The specified module could not be found)) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'gettext' (tried: D:\XAMPPS\php\ext\gettext (The specified module could not be found), D:\XAMPPS\php\ext\php_gettext.dll (The specified module could not be found)) in Unknown on...