Blog |
Forum |
Repository |
Wizard
Jump to letter: [
APUX
]
php-pecl-swoole5 - PHP's asynchronous concurrent distributed networking framework
- Website:
- https://pecl.php.net/package/swoole
- Licence:
- Apache-2.0 AND BSD-3-Clause AND MIT
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
- Description:
Event-driven asynchronous and concurrent networking engine with
high performance for PHP.
- event-driven
- coroutines
- asynchronous non-blocking
- built-in tcp/http/websocket/http2 server
- coroutine tcp/http/websocket client
- coroutine mysql client
- coroutine redis client
- coroutine read/write file system
- coroutine dns lookup
- automatically replace blocking functions to non-blocking
- support IPv4/IPv6/UnixSocket/TCP/UDP
- support SSL/TLS encrypted transmission
Documentation: https://rawgit.com/tchiotludo/swoole-ide-helper/english/docs/
Package built for PHP 8.2.
Packages
php-pecl-swoole5-5.1.0-1.el9.remi.8.2.x86_64
|
[1.4 MiB]
|
Changelog by Remi Collet (2023-09-29):
- update to 5.1.0
- enable coroutine_odbc
- enable coroutine_sqlite
|
php-pecl-swoole5-5.0.3-1.el9.remi.8.2.x86_64
|
[1.3 MiB]
|
Changelog by Remi Collet (2023-04-26):
- update to 5.0.3
- use system libnghttp2
- drop patch merged upstream
- fix use of system headers with system libnghttp2 using patch from
https://github.com/swoole/swoole-src/pull/5038
- build out of sources tree
|