Skip to content

Commit 4c110d9

Browse files
committed
merge code
2 parents fc72fa6 + 6c3e482 commit 4c110d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sapi/src/builder/extension/swoole.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
use SwooleCli\Extension;
55

66
return function (Preprocessor $p) {
7+
78
$options = [];
8-
$swoole_tag = 'v5.1.5';
9+
$swoole_tag = 'v5.1.6';
910
if (BUILD_CUSTOM_PHP_VERSION_ID >= 8040) {
1011
// v5.1.x 不支持 PHP 8.4
1112
// swoole 支持计划 https://wiki.swoole.com/zh-cn/#/version/supported?id=%e6%94%af%e6%8c%81%e8%ae%a1%e5%88%92
@@ -18,7 +19,6 @@
1819

1920
$url = "https://github.com/swoole/swoole-src/archive/refs/tags/{$swoole_tag}.tar.gz";
2021

21-
2222
if ($p->getBuildType() === 'debug') {
2323
$options[] = ' --enable-debug ';
2424
$options[] = ' --enable-debug-log ';

0 commit comments

Comments
 (0)