-
1. Tell us your software version
How to know it?
```Bash
# PHP
php -v
# Swoole
php --ri swoole
# Laravel
grep 'laravel/framework' composer.json
# Lumen
…
-
DEMO:
```
-
| Q | A
| ------------------- | -----
| Bug report? | no
| Feature request? | yes/no
| Swoft version | master(2.x)
| Swoole version | 4.3.3
| PHP version …
-
Please answer these questions before submitting your issue. Thanks!
1. What did you do? If possible, provide a simple script for reproducing the error.
```php
if ($data) {
if (isset($this-…
-
### Describe Your Environment (描述你的环境)
- System:
- PHP version: php7.2
- Swoole version: 4.2.10-beta
- SMProxy version: latest
### How to Reproduce the Problem? (如何重现问题)
1. 启动程序,客户端连接不了,服…
-
What's the best way to test a DB code that uses `\Swoole\Coroutine\MySQL`.
Ideally I'd like to have a TestCase with the following structure
```
class DBTest extends TestCase
{
private fu…
-
In [your benchmark](https://github.com/swoole/swoole-src/issues/1401), swoole beats libuv (Node.js under the hood), even beats Nginx / Golang.
Personally I don't want PHP, so I want
- LuaJIT + swo…
-
After installing vscode ext basic snippets (fun, class, con etc.) takes 3-5sec to apply.
Any suggestions?
-
Please answer these questions before submitting your issue. Thanks!
1. What did you do? If possible, provide a simple script for reproducing the error.
$client->recv();
2. What did you expect…
-
This is similar to [this CLOSED issue](https://github.com/swoole/swoole-src/issues/2166`)
However, I found that the error seems to be inconsistent with the problem. We can avoid the error discussed…