-
Execute the command and paste the result below.
Command: `uname -a && php -v && composer info | grep hypeLinux
```bash
kkb-hc-141 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x8…
-
Execute the command and paste the result below.
Command: `uname -a && php -v && composer info | grep hyperf && php --ri swoole`
```bash
Linux 03fe9f49f2e1 4.4.0-177-generic #207-Ubuntu SMP Mon …
-
Execute the command and paste the result below.
Command: `uname -a && php -v && composer info | grep hyperf && php --ri swoole`
```bash
Darwin xxx 19.5.0 Darwin Kernel Version 19.5.0: Tue May 2…
-
1. Your software version (Screenshot of your startup)
+---------------------------+---------------------------------------+
| Component | Version …
-
现在使用的hyperf 1.1.22版本在执行composer update后会出现所有业务都不能正常运行的问题。。
没有错误日志,接口都处于pending状态..
没有什么debug的头绪,能提示一下吗
"name": "hyperf/framework",
"version": "v1.1.22", 当前版本
"version": …
-
topthink/think-swoole : v3.0.8
topthink/framework: v6.0.3
开启服务后什么操作都没有,1分钟左右后服务自动停止(没有配置数据库,环境中数据库没有开启)
报错信息如下:
这是设计如此还是我配置的有问题? @liu21st @yunwuxin
项目明天上线,求大佬解答
xaboy updated
4 years ago
-
## Before you submit this issue, you has been search all existed issues and search the [documentation](https://doc.hyperf.io)
- [] I've been search all existed issues
- [] I've been read all documen…
-
Execute the command and paste the result below.
Command: `uname -a && php -v && composer info | grep hyperf && php --ri swoole`
```bash
# Paste the result here.
PHP 7.2.14 (cli) (built: Feb 1…
-
1. Tell us your software version
| Software | Version |
| --------- | --------- |
| PHP | `7.0.12` |
| Swoole | `2.0.6` |
| Laravel/Lumen | `5.5.*` |
2. Detail descriptio…
-
我们来看swoole_framework的队列代码
for ($i = 0; $i < $worker_num; $i++)
{
$process = new \SPF\process(array($this, '_worker'), false, false);
$process->start();
…