PHP 7: Missing VCRUNTIME140.dll

前端 未结 9 1359
盖世英雄少女心
盖世英雄少女心 2020-12-07 13:49

I have an error when I start PHP 7 on Windows. When I run php on the command line, it returns a message box with system error:

The p

9条回答
  •  感情败类
    2020-12-07 14:01

    I got same error and found that my Microsoft Visual C++ is 32 bit and Windows is 64 bit. I tried to install WAMP 7 32 bit and the problem was solved.

    Maybe we need to install WAMP 32 bit if Visual Studio is 32 bit. And vice versa.

提交回复
热议问题