0

我正在使用 Swoole 服务器和 slim 框架,尤其是这个库:

超薄 Swoole 链接

我遵循了教程,并给了我这个错误:

致命错误: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 上运行。

4

1 回答 1

0

我是图书馆的作者。是的,您必须创建“前端控制器”ish 文件并从 CLI 执行它。排序,从终端,“php name_of_your_file.php”并让它运行。

于 2018-10-02T07:13:58.173 回答