我正在使用 Swoole 服务器和 slim 框架,尤其是这个库:
我遵循了教程,并给了我这个错误:
致命错误:Swoole\Server::__construct(): swoole_server 只能在 PHP CLI 模式下使用。在第 48 行的 /Users/powermilk/Documents/Proyectos/prueba/public/index.php
第 48 行代码如下:
$http = new swoole_http_server("0.0.0.0", 8081);
我不明白如果我退出库代码一切正常,为什么会发生这种情况,但我无法使用 Swoole 运行 slim。
服务器在 Nginx 上运行。