We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bf87e commit 6c3e482Copy full SHA for 6c3e482
sapi/src/builder/extension/swoole.php
@@ -5,7 +5,7 @@
5
6
return function (Preprocessor $p) {
7
8
- $swoole_tag = 'v5.1.5';
+ $swoole_tag = 'v5.1.6';
9
$file = "swoole-{$swoole_tag}.tar.gz";
10
11
$url = "https://github.com/swoole/swoole-src/archive/refs/tags/{$swoole_tag}.tar.gz";
0 commit comments