Skip to content
Advertisement

Why is this error showing up in command prompt?

So I was following a tutorial on Youtube on getting starting coding php(https://www.youtube.com/watch?v=OK_JCtrrv-c)And I was told to put “php -v” in the command prompt to ensure php was working. When I typed that in, an error message saying “PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0” Thanks

Advertisement

Answer

One of your php packages is outdated. You can try updating your packages however I think it is unlikely that you will run into any problems. Personally I would ignore this warning. Notice that it is only a “warning” rather than an error. This is quite common.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement