-
Does Openswoole plan to indefinitely maintain it's PHP usersland library within `ext-src/php_swoole_library.h`? I believe it would be a better practice to reseparate the PHP code from the hard-coded l…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
I ran the script below to test the output of Co::g…
-
- Octane Version: v1.3.1
- Laravel Version: v9.31.0
- PHP Version: 8.1
- Server & Version: Swoole (or Openswoole) 4.11.1
- Database Driver & Version:
### Description:
The swoole server keeps t…
-
1. What did you do? If possible, provide a simple script for reproducing the error.
```php
Swoole\Runtime::enableCoroutine(true);
Co\run(function () {
go(function () {
$t = microtime(…
-
Is it possible to make 'max_request_execution_time' work for all HttpServer config, even when coroutine are disabled ?
-
Please answer these questions before submitting your issue. Thanks!
1. What did you do? If possible, provide a simple script for reproducing the error.
I have a GraphQL mutation (running on [siler…
-
### Description
A restart was issued on Ubuntu 20.04:
systemctl restart apache2
systemctl restart php7.4-fpm
Which resulted in PHP and PHP FPM crash
Not very valuable dump as I have no core…
-
The code is in https://openswoole.com/docs/modules/swoole-coroutine-server#quick-start-example
```
$data = $conn->recv();
```
Looks like the buffer is dynamically allocated. How can I specify …
-
1. What did you do? If possible, provide a simple script for reproducing the error.
```
I built the extension following [Building Open Swoole From Source](https://openswoole.com/docs/get-started/ins…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
```php