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
@@ -53,7 +54,7 @@ For macOS and Linux, add execute permission first:
53
54
chmod +x ./spc
54
55
```
55
56
56
-
### 2. Build Static PHP
57
+
### 2. Build standalone PHP binaries
57
58
58
59
First, create a `craft.yml` file and specify which extensions you want to include from [extension list](https://static-php.dev/en/guide/extensions.html) or [command generator](https://static-php.dev/en/guide/cli-generator.html):
59
60
@@ -79,7 +80,7 @@ Run command:
79
80
./spc craft --debug
80
81
```
81
82
82
-
### 3. Static PHP usage
83
+
### 3. Using the built binaries
83
84
84
85
Now you can copy binaries built by static-php-cli to another machine and run with no dependencies:
85
86
@@ -105,7 +106,7 @@ see <https://static-php.dev> .
105
106
106
107
If you don't want to build or want to test first, you can download example pre-compiled artifact from [Actions](https://github.com/static-php/static-php-cli-hosted/actions/workflows/build-php-bulk.yml), or from self-hosted server.
107
108
108
-
Below are several precompiled static-php binaries with different extension combinations,
109
+
Below are several precompiled statically built php binaries with different extension combinations,
109
110
which can be downloaded directly according to your needs.
0 commit comments