php 7.4 vcruntime140.dll not compatible with PHP


安裝PHP7.4以上版本時,在運行PHP時會提示如下:

PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0
查資料得知
php7.4的安裝和配置跟之前沒有分別,唯一要注意的一點是它的編譯已經從vc++15 變成了vc++16,它的安裝包命名也變成了vs16(visualstudio 16,即vs 2019)
直接下載個全的:
Visual Studio 2015、2017 和 2019
https://support.microsoft.com/zh-cn/help/2977003/the-latest-supported-visual-c-downloads
下載之后安裝,然后重啟電腦,就可以了。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM