返回官网

安装php报错 PHP Warning: ‘C:\Windows\SYSTEM32\VCRUNTIME140.dll‘ 14.0 is not compatible with this PHP

狒狒 2022-10-11 技术札记 304 次

在win11安装PHP8时 报了一个dll的错误
报错 PHP Warning: ‘C:\Windows\SYSTEM32\VCRUNTIME140.dll‘ 14.0 is not compatible with this PHP

错误大概的意思是 PHP8.0 与系统的 VCRUNTIME140.dll不兼容




需要下载对应的组件


  https://visualstudio.microsoft.com/zh-hans/downloads/

到这个页面后 在页面下方找到 c++组件下载安装就好了


安装好之后 重新在CMD里面 输入 php -v 就可以正常的查看到PHP版本了

发表评论

Copyright © 2016 DEWEBSTUDIO