File tree Expand file tree Collapse file tree 5 files changed +59
-10
lines changed Expand file tree Collapse file tree 5 files changed +59
-10
lines changed Original file line number Diff line number Diff line change 30
30
run : |
31
31
git submodule update --init
32
32
33
- - name : Cache cygwin packages
34
- id : cache-cygwin
35
- uses : actions/cache@v4
36
- env :
37
- cache-name : cache-cygwin-packages
38
- with :
39
- path : C:\cygwin-packages
40
- key : ${{ runner.os }}-build-${{ env.cache-name }}
41
-
42
33
- name : Cache pool
43
34
id : cache-cygwin-pool
44
35
uses : actions/cache@v4
Original file line number Diff line number Diff line change 45
45
- [ Swoole v6 即将增加多线程支持] ( https://zhuanlan.zhihu.com/p/688462525 )
46
46
- [ phpy:连接 PHP 与 Python 互调用库,为 PHP 引入 Python 生态,PHP 也可以写 AI 了] ( https://zhuanlan.zhihu.com/p/670373512 )
47
47
48
+ ## [ 常见问题解答] ( https://github.com/swoole/swoole-cli/blob/main/docs/FAQ.md )
49
+
48
50
## 下载` swoole-cli ` 发行版
49
51
50
52
- [ https://www.swoole.com/download ] ( https://www.swoole.com/download ) (recommend)
Original file line number Diff line number Diff line change
1
+ # [ v6.1.0.0-rc1] ( https://github.com/swoole/swoole-cli/releases/tag/v6.1.0.0-rc1 )
2
+
3
+ | item | value |
4
+ | ----------------| --------------|
5
+ | branch | main |
6
+ | tag | v6.1.0.0-rc1 |
7
+ | swoole version | v6.1.0-rc1 |
8
+ | php version | 8.1.29 |
9
+ | release date | 2025-08-31 |
10
+ | status | ok |
11
+
12
+ ## [ change info] ( https://github.com/swoole/swoole-cli/compare/v6.0.2.0...v6.1.0.0-rc1 )
13
+
14
+ 1 . swoole version v6.0.2.0 upgrade to
15
+ v6.1.0.0-rc1 , [ swoole v6.1.0-rc1 info] ( https://github.com/swoole/swoole-src/releases/tag/v6.1.0-rc1 )
16
+
17
+ # [ v5.1.8.0] ( https://github.com/swoole/swoole-cli/releases/tag/v5.1.8.0 )
18
+
19
+ | item | value |
20
+ | ----------------| ------------|
21
+ | branch | v5.1.x |
22
+ | tag | v5.1.8.0 |
23
+ | swoole version | v5.1.8 |
24
+ | php version | 8.1.29 |
25
+ | release date | 2025-08-23 |
26
+ | status | ok |
27
+
28
+ ## [ change info] ( https://github.com/swoole/swoole-cli/compare/v5.1.7.0...v5.1.8.0 )
29
+
30
+ 1 . swoole version v5.1.7 upgrade to
31
+ v5.1.8 , [ swoole v5.1.8 info] ( https://github.com/swoole/swoole-src/releases/tag/v5.1.8 )
32
+
33
+
34
+
Original file line number Diff line number Diff line change
1
+ ## download swoole-cli
2
+
3
+ ``` shell
4
+
5
+ curl -fSL https://github.com/swoole/swoole-cli/blob/main/setup-swoole-cli-runtime.sh? raw=true | bash -s -- --version v5.1.8.0
6
+
7
+ # from https://www.swoole.com/download
8
+ curl -fSL https://github.com/swoole/swoole-cli/blob/main/setup-swoole-cli-runtime.sh? raw=true | bash -s -- --version v5.1.8.0 --mirror china
9
+
10
+ ```
11
+
12
+ ## 备注: macos环境下 首次运行提示无权限 ,解决方法
13
+
14
+ note : macos clearing the com.apple.quarantine extended attribute
15
+
16
+ ```
17
+ xattr ./runtime/swoole-cli/swoole-cli
18
+
19
+ sudo xattr -rd com.apple.quarantine ./runtime/swoole-cli/swoole-cli
20
+
21
+ ```
22
+
Original file line number Diff line number Diff line change 1
- master
1
+ v6.1.0-rc1
You can’t perform that action at this time.
0 commit comments