vcruntime140.dll 14.0 not compatible with PHP build

前端 未结 7 1639
南笙
南笙 2020-12-13 17:20

I have downloaded PHP 7.4.1 NTS vc15 x86 on a windows server 2016 machine. I also downloaded and installed vc_redist.x86.exe.

When I t

相关标签:
7条回答
  • 2020-12-13 17:51

    Since I kept getting this error although vcredist was newly installed, I checked the vcredist files themselves. It turned out that there was an orphan vcredist file in the apache/bin folder which caused the problem.

    0 讨论(0)
  • 2020-12-13 17:56

    Install a compatible version through this link https://support.microsoft.com/pt-br/help/2977003/the-latest-supported-visual-c-downloads

    0 讨论(0)
  • 2020-12-13 17:57

    Downloaded and installed vc_redist.x64.exe file from here: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads and It works fine

    0 讨论(0)
  • 2020-12-13 18:00

    Turns out PHP 7.4.x requires Microsoft Visual C++ Redistributable for Visual Studio 2019 which can be downloaded here under the heading Other Tools and Frameworks

    0 讨论(0)
  • 2020-12-13 18:02

    I had the same problem. After I downloaded the latest version of Microsoft Visual C++, I successfully solved this problem. You can download it here . https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

    0 讨论(0)
  • 2020-12-13 18:03

    If this issue occurs when trying to integrate Command Line Tools into JetBrains PhpStorm 2019.3.x, check out the current status of this PhpStorm issue, and if it's not fixed in the latest version, use the VC runtime copy workaround described here.

    0 讨论(0)
提交回复
热议问题