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/index.md
+26-15Lines changed: 26 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,19 +21,30 @@ The following is the architecture support situation, where :gear: represents sup
21
21
| Windows |:gear::computer:||
22
22
| FreeBSD |:computer:|:computer:|
23
23
24
-
Among them, Linux is currently only tested on Ubuntu, Debian, and Alpine distributions,
25
-
and other distributions have not been tested, which cannot guarantee successful compilation.
26
-
For untested distributions, local compilation can be done using methods such as Docker to avoid environmental issues.
27
-
28
-
There are two architectures for macOS: `x86_64` and `Arm`, but binaries compiled on one architecture cannot be directly used on the other architecture.
29
-
Rosetta 2 cannot guarantee that programs compiled with `Arm` architecture can fully run on `x86_64` environment.
30
-
31
-
Windows currently only supports the x86_64 architecture, and does not support 32-bit x86 or arm64 architecture.
32
-
33
-
## Supported PHP Version
34
-
35
-
Currently, static php cli supports PHP versions 8.1 to 8.5, and theoretically supports PHP 8.0 and earlier versions.
36
-
Simply select the earlier version when downloading.
37
-
However, due to some extensions and special components that have stopped supporting earlier versions of PHP,
38
-
static-php-cli will not explicitly support earlier versions.
24
+
Current supported PHP versions for compilation:
25
+
26
+
> :warning: Partial support, there may be issues with new beta versions and old versions.
| 7.3 |:x:| phpmicro and many extensions do not support 7.3, 7.4 versions |
36
+
| 7.4 |:x:| phpmicro and many extensions do not support 7.3, 7.4 versions |
37
+
| 8.0 |:warning:| PHP official has stopped maintaining 8.0, we no longer handle 8.0 related backport support |
38
+
| 8.1 |:warning:| PHP official only provides security updates for 8.1, we no longer handle 8.1 related backport support after 8.5 release |
39
+
| 8.2 |:heavy_check_mark:||
40
+
| 8.3 |:heavy_check_mark:||
41
+
| 8.4 |:heavy_check_mark:||
42
+
| 8.5 (beta) |:warning:| PHP 8.5 is currently in beta stage |
43
+
44
+
> This table shows the support status of static-php-cli for building corresponding versions, not the PHP official support status for that version.
45
+
46
+
## PHP Support Versions
47
+
48
+
Currently, static-php-cli supports PHP versions 8.2 ~ 8.5, and theoretically supports PHP 8.1 and earlier versions, just select the earlier version when downloading.
49
+
However, due to some extensions and special components that have stopped supporting earlier versions of PHP, static-php-cli will not explicitly support earlier versions.
39
50
We recommend that you compile the latest PHP version possible for a better experience.
0 commit comments