apache中的错误日志报错:
PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0
[Wed Apr 08 15:32:01.252635 2020] [:emerg] [pid 8368:tid 748] AH00020: Configuration Failed, exiting
查资料得知
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
php 7.4 vcruntime140.dll not compatible with PHP
最新推荐文章于 2024-09-06 11:23:07 发布