报错Use of undefined constant SWOOLE_PROCESS - assumed 'SWOOLE_PROCESS' (this will throw an


原因:可能是php未安装swoole拓展

php -m看看有没有swoole,没有就是没有安装swoole扩展的问题

解决办法:安装swoole拓展