两种解决方法:
1.增加php执行时间限制
2.打开install.php文件,大概在109行左右,找到
install_check_requirements($profile, $verify);
把这句给注释了
本文提供了两种有效的方法来解决PHP安装过程中遇到的问题。一种是通过调整PHP执行时间限制,另一种是在install.php文件中注释掉特定行以跳过检查步骤。
两种解决方法:
1.增加php执行时间限制
2.打开install.php文件,大概在109行左右,找到
install_check_requirements($profile, $verify);
把这句给注释了

被折叠的 条评论
为什么被折叠?