Wamp Server黄色解决方案

Win10系统安装之后,图标黄色解决方案!

先不要盲目去改端口

要去查看错误日志:

点击图标左键,查看error log

PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0

说明是.dll不兼容

原因是:

PHP7.4编译已经从vc++15变为了vc++16

Win10系统需要下载Microsoft Visual C++

下载地址:

https://learn.microsoft.com/zh-CN/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022

刚开始还以为是80端口被占用,点击图标鼠标右键 ,选择Tools可以测试及更换端口

然后重启服务,图标成功变绿,再测试本地浏览器:

http://127.0.0.1:8080/

成功打开

 

0
分享到: