AuroraHe
AuroraHe
我下载的是简约版本的
作者开发的目的就是希望把swow合并到php-src
说申请就申请,你想的太简单了。作者现在也是积极参与php-src的维护工作,为了php引入真正的协程功能而努力。swoole现在很多是C++实现的。fibers注意并不是真正的协程。当然我了解的也不是很多,也是我认知内的地方。请给作者一点时间。

 
```config server { listen 80; charset utf-8; server_name serendipityswow.webui.com; index index.html index.htm index.php; root /Users/heping/.phpbrew/php/php-8.0.6/share/misc/php-spx/assets/web-ui; location @rewrite { rewrite ^/(.*)$ /index.php?_url=/$1; } location / { try_files $uri $uri/ @rewrite; }...
I just run the program through php-cli, not through php-fpm