单纯如孺蒲老三 發表於 2020-5-12 09:34:00

vcruntime140.dll 14.0与PHP版本不兼容,PHP Warning: 'vcruntime140.dll' 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0

<p>今天需要切换到PHP7.4以上的版本,然后我就切换到PHP7.4.3版本</p>
<p>当我在cmd运行一下代码的时候,报错:</p>
<div class="cnblogs_code">
<pre>C:\Users\Think&gt;php -<span style="color: rgba(0, 0, 0, 1)">v

PHP Warning</span>:'vcruntime140.dll' 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0</pre>
</div>
<p>注意看报错信息,是缺失还是与PHP版本不兼容</p>
<p>丢失请参考:https://blog.csdn.net/damountain/article/details/78161072</p>
<p>这里讲不兼容的问题,很好解决,原因是PHP 7.4.x需要用于Visual Studio 2019的Microsoft Visual C ++ Redistributable</p>
<p>可在此处下载:</p>
<p>进去之后向下滚动→其他工具和框架→Microsoft Visual C++ Redistributable for Visual Studio 2019→选择你对应的版本下载,我这里选择的是64位的</p>
<p>https://visualstudio.microsoft.com/downloads/</p>
<p><img src="https://img2020.cnblogs.com/blog/1211357/202005/1211357-20200512093222502-1216681854.png"></p>
<p>&nbsp;</p>
<p>&nbsp;下载之后安装,重启电脑就可以了</p>

</div>
<div id="MySignature" role="contentinfo">
    <p>本文来自博客园,作者:郭德纲又打人了嘿,转载请注明原文链接:https://www.cnblogs.com/blibli/p/12874276.html</p><br><br>
来源:https://www.cnblogs.com/blibli/p/12874276.html
頁: [1]
查看完整版本: vcruntime140.dll 14.0与PHP版本不兼容,PHP Warning: 'vcruntime140.dll' 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0