[PHP] 解决宝塔面板运行php项目 pcntl_fork() has been disabled for security reasons

2022-01-05 14:02:43 浏览数 (1)

这是因为进程管理相关的函数被禁用了

把下面pcntl_下划线开头的函数全删除

0 人点赞