-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | no
| Swoft version | 1.0.0
| Swoole version | 2.1.3
| PHP version |…
-
没有类似php-fpm: request_terminate_timeout = 30 这个参数,不能控制一个请求在swoft中的执行时间。
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | no
| Swoft version | 1.0.5
| Swoole version |2.2.0
| PHP version | …
-
| Q | A
| ------------------- | -----
| Bug report? | yes/no
| Feature request? | yes/no
| Swoft version | x.y.z
| Swoole version | x.y.z (by `php --ri swo…
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | no
| Swoft version | 1.0
| Swoole version | 2.1.3
| PHP version | 7…
-
PHP process is designed to handle a single request with a single session context. In case of Swoole, single process will be handling multiple requests, each requiring its own session context.
Is Sw…
-
https://github.com/swoft-cloud/swoft-component/blob/01199347adca51cc08177e274363aea5b442bc2a/src/db/src/Driver/Mysql/MysqlConnection.php#L242
$value 没有转义处理,当 $value 包含 `'` 时会报错
-
Bravo!! Is it ready for production environment ? I would like to use it !
-
1. Cannot redeclare get_instance()
2.处理完上面的bug,第二次请求就输出no message
-
swoft: 1.0.0, php: 7.2.7, swoole: 4.0.1
```
swoole_timer_tick(3, function () {
$memory = 0;
$redis = new \Swoft\Redis\Redis();
$redis->getMultiple('a', 'b');
unset($redis);
ech…