-
is php swoole gonna implement psr-7, psr-15 any soon ?
so code like this can be possible :
```php
-
溜了一圈文档,只发现了一个 Redis?孤零零的
-
https://github.com/easy-swoole/easyswoole/blob/05633ebc7efc4df2323b7b26da04cdf58aa4d954/src/Core/Component/Di.php#L48
-
Hello, I need to get route param in controller action. I can't find it on documentation and code. Is there any way to retrieve this data?
-
配置8个work , 8个task_work, 启动进程后有19个进程
全部都显示:vendor/bin/easyswoole start
后来在群里才知道多了个cache 进程
能否支持 启动进程后查看进程显示是master manager cache worker 进程,如:
vendor/bin/easyswoole master start
vendor/bin/easy…
-
PHP代码如下:
DAO.php
```
-
php环境7.1,swoole版本4.0.0,easyswoole版本v2
新建路由文件
![image](https://user-images.githubusercontent.com/19373139/41845303-a1f998d2-78a5-11e8-8964-463005527c5d.png)
新建控制器和方法,打印出来的data为空(eaeasyswoole的request…
-
1. Cannot redeclare get_instance()
2.处理完上面的bug,第二次请求就输出no message
-
swoole for win版本:https://www.swoole.com/static/swoole-4.2.1.zip
es版本:1.1.1
问题:在直接运行php和使用swoole运行pdo均正常。但是在es中使用出现了502错误(无法访问此网站)。同样的es代码在linux可以正常运行,但在win版本无法运行。
```
-
```
public static function frameInitialize(): void
{
date_default_timezone_set('Asia/Shanghai');
// 载入项目 Conf 文件夹中所有的配置文件
$this->loadConf(EASYSWOOLE_ROOT . '/Conf');
…