You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guide/action-build.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,10 @@ while also defining the extensions to compile.
16
16
17
17
1. Fork project.
18
18
2. Go to the Actions of the project and select `CI`.
19
-
3. Select `Run workflow`, fill in the PHP version you want to compile, the target type, and the list of extensions. (extensions comma separated, e.g. `bcmath,curl,mbstring`)
20
-
4. After waiting for about a period of time, enter the corresponding task and get `Artifacts`.
19
+
3. Select `Run workflow`, fill in the PHP version you want to compile, the target type, and the list of static extensions. (comma separated, e.g. `bcmath,curl,mbstring`)
20
+
4. If you need shared extensions (for example `xdebug`), set `shared-extensions` (comma separated, e.g. `xdebug`).
21
+
5. If you need FrankenPHP, enable `build-frankenphp` and also enable `enable-zts`.
22
+
6. After waiting for about a period of time, enter the corresponding task and get `Artifacts`.
21
23
22
24
If you enable `debug`, all logs will be output at build time, including compiled logs, for troubleshooting.
0 commit comments