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 13d0137 commit 5c29113Copy full SHA for 5c29113
sapi/src/builder/extension/swoole.php
@@ -14,7 +14,7 @@
14
// v5.1.x 不支持 PHP 8.4
15
// swoole 支持计划 https://wiki.swoole.com/zh-cn/#/version/supported?id=%e6%94%af%e6%8c%81%e8%ae%a1%e5%88%92
16
17
- $swoole_tag = 'v6.0.1';
+ $swoole_tag = 'v6.0.2';
18
$file = "swoole-{$swoole_tag}.tar.gz";
19
20
$url = "https://github.com/swoole/swoole-src/archive/refs/tags/{$swoole_tag}.tar.gz";
@@ -70,7 +70,7 @@
70
$p->withBeforeConfigureScript('swoole', function (Preprocessor $p) {
71
$cmd = '';
72
if ($p->isMacos()) {
73
- $workDir = $p->getWorkDir();
+ $workDir = $p->getPhpSrcDir() ;
74
$cmd = <<<EOF
75
cd {$workDir}/
76
sed -i '' 's/pthread_barrier_init/pthread_barrier_init_x_fake/' ext/swoole/config.m4
0 commit comments