码迷,mamicode.com
首页 > Web开发 > 详细

thinkphp 5.0报错pcntl_signal() has been disabled for security reasons问题解决

时间:2020-07-01 12:26:37      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:cti   生产环境   workerman   reason   ons   fork   删除   php5   wro   

环境
centos7
thinkphp 5.0
think-worker 1.0.1
Workerman version:3.5.30
PHP version:5.6.9

thinkphp 5.0使用workerman,启动workerman服务端报错

pcntl_signal() has been disabled for security reasons in file /www/wwwroot/shop/vendor/workerman/workerman/Worker.php on line 1107
pcntl_fork() has been disabled for security reasons in file /www/wwwroot/shop/vendor/workerman/workerman/Worker.php on line 1514

 

问题原因:pcntl_signal、pcntl_fork 等系列函数被禁用了

解决方案:找到 php.ini 文件并定位到 disable_functions 字段,将其后的 pcntl_signal、pcntl_fork等系列函数删掉。

宝塔面板操作步骤:软件商店(已安装) -> PHP5.6 ->设置-> 禁用函数,将pcntl_signal、pcntl_fork等系列删除即可。

非生产环境,可以将 disable_functions 字段后内容留空。

 

thinkphp 5.0报错pcntl_signal() has been disabled for security reasons问题解决

标签:cti   生产环境   workerman   reason   ons   fork   删除   php5   wro   

原文地址:https://www.cnblogs.com/zqifa/p/13218440.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!