-
I'm trying to create a Coroutine TCP Server as documented in https://openswoole.com/docs/modules/swoole-coroutine-server
The quick start example in documentation doesn't work on 22.0.0
> Uncaugh…
-
#### How Shlink is set up
* Shlink Version: 2.8.1
* PHP Version: 3.9.1
* How do you serve Shlink: Openswoole Docker image|RoadRunner Docker image
* Database engine used: MariaDB
#### Summar…
-
1. What did you do? If possible, provide a simple script for reproducing the error.
```
I setup openswoole using docker-compose and I was trying to implement a image manipulation library but they se…
-
It requires >=22.0 while the latest verstion of the extension seems to be 4.12.0
https://github.com/openswoole/core/blob/2e61e0bfa2b2c3cce25377d7f8fb6cd4f5c8bbd1/composer.json#L21
-
### Discussed in https://github.com/shlinkio/shlink/discussions/1636
Originally posted by **panki** December 15, 2022
#### How Shlink is set-up
* Shlink Version: stable (3.3.2)
* PHP Versi…
-
After updating to latest version i get this error :
PHP Fatal error: Uncaught Error: Class "Swoole\Database\PDOPool" not found in
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
I just moved from OpenSwoole version 4.11.1 to Swo…
-
My ref issue and more information in swoole repo https://github.com/openswoole/swoole-src/issues/280
Also I saw ref with the same problem https://github.com/shlinkio/shlink/issues/1444 and https://…
-
1. What did you do? If possible, provide a simple script for reproducing the error.
```
$server = new Server($_ENV['WEBSOCKET_HOST'], $_ENV['WEBSOCKET_PORT']);
$server->set([
[...]
'dns_cache…
-
This is question rather than issue/bug.
Does this support mysql persistent connection or mysql connection pooling?
https://openswoole.com/docs/modules/mysqli-connection-pool
Quoted from link …