Skip to content

Commit d6a69d4

Browse files
authored
Merge pull request #11 from leancloud/chore-php-version
chore: remove php 8.0 support
2 parents 498f2d5 + 28a87f5 commit d6a69d4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/sdk/engine/deploy/php.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ import { Conditional } from "/src/docComponents/conditional";
3636

3737
```json
3838
"require": {
39-
"php": "8.0"
39+
"php": "7.4"
4040
}
4141
```
4242

43-
目前云引擎支持的版本有:`5.6``7.0``7.1``7.2``7.3``7.4``8.0`
43+
目前云引擎支持的版本有:`5.6``7.0``7.1``7.2``7.3``7.4`
4444

4545
:::note
4646

docs/sdk/engine/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Conditional } from "/src/docComponents/conditional";
2121
| Node.js | >= 0.12 | NPM / Yarn | [Node.js 运行环境](/sdk/engine/deploy/nodejs/) | [node-js-getting-started](https://github.com/leancloud/node-js-getting-started/) (Express) |
2222
| Python | >= 2.7 | pip | [Python 运行环境](/sdk/engine/deploy/python/) | [python-getting-started](https://github.com/leancloud/python-getting-started) (Flask) |
2323
| Java | 8, 11–15 | Maven / Gradle | [Java 运行环境](/sdk/engine/deploy/java/) | [servlet-getting-started](https://github.com/leancloud/servlet-getting-started)<br />[spring-boot-getting-started](https://github.com/leancloud/spring-boot-getting-started) |
24-
| PHP | 5.6, 7.0–8.0 | Composer (v1) | [PHP 运行环境](/sdk/engine/deploy/php/) | [slim-getting-started](https://github.com/leancloud/slim-getting-started) |
24+
| PHP | 5.6, 7.0–7.4 | Composer (v2) | [PHP 运行环境](/sdk/engine/deploy/php/) | [slim-getting-started](https://github.com/leancloud/slim-getting-started) |
2525
| .NET | 3.1 | dotnet | [.NET 运行环境](/sdk/engine/deploy/dotnet/) | [dotnet-core-getting-started](https://github.com/leancloud/dotnet-core-getting-started) |
2626
| Go | >= 1.10 | go mod | [Go 运行环境](/sdk/engine/deploy/go/) | [golang-getting-started](https://github.com/leancloud/golang-getting-started) (Echo) |
2727
| C++ | GCC 9.4 | Bazel | [C++ 运行环境](/sdk/engine/deploy/cpp/) | [cpp-socket](https://github.com/leancloud/leanengine-unit-test/tree/cpp-socket-bazel) (Bazel) |

i18n/en/docusaurus-plugin-content-docs/current/sdk/engine/deploy/php.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ You can specify the PHP version you want to use in `composer.json`:
3636

3737
```json
3838
"require": {
39-
"php": "8.0"
39+
"php": "7.4"
4040
}
4141
```
4242

43-
At this time, Cloud Engine supports PHP `5.6`, `7.0`, `7.1`, `7.2`, `7.3`, `7.4`, and `8.0`.
43+
At this time, Cloud Engine supports PHP `5.6`, `7.0`, `7.1`, `7.2`, `7.3` and `7.4`.
4444

4545
:::note
4646

i18n/en/docusaurus-plugin-content-docs/current/sdk/engine/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Ready to deploy your first app? Check out [this guide](/sdk/engine/deploy/gettin
2121
| Node.js | >= 0.12 | NPM / Yarn | [Node.js Runtime Environment](/sdk/engine/deploy/nodejs/) | [node-js-getting-started](https://github.com/leancloud/node-js-getting-started/) (Express) |
2222
| Python | >= 2.7 | pip | [Python Runtime Environment](/sdk/engine/deploy/python/) | [python-getting-started](https://github.com/leancloud/python-getting-started) (Flask) |
2323
| Java | 8, 11–15 | Maven | [Java Runtime Environment](/sdk/engine/deploy/java/) | [servlet-getting-started](https://github.com/leancloud/servlet-getting-started)<br />[spring-boot-getting-started](https://github.com/leancloud/spring-boot-getting-started) |
24-
| PHP | 5.6, 7.0–8.0 | Composer (v1) | [PHP Runtime Environment](/sdk/engine/deploy/php/) | [slim-getting-started](https://github.com/leancloud/slim-getting-started) |
24+
| PHP | 5.6, 7.0–7.4 | Composer (v2) | [PHP Runtime Environment](/sdk/engine/deploy/php/) | [slim-getting-started](https://github.com/leancloud/slim-getting-started) |
2525
| .NET | 3.1 | dotnet | [.NET Runtime Environment](/sdk/engine/deploy/dotnet/) | [dotnet-core-getting-started](https://github.com/leancloud/dotnet-core-getting-started) |
2626
| Go | >= 1.10 | go mod | [Go Runtime Environment](/sdk/engine/deploy/go/) | [golang-getting-started](https://github.com/leancloud/golang-getting-started) (Echo) |
2727
| C++ | GCC 9.4 | Bazel | [C++ Runtime Environment](/sdk/engine/deploy/cpp/) | [cpp-socket](https://github.com/leancloud/leanengine-unit-test/tree/cpp-socket-bazel) (Bazel) |

0 commit comments

Comments
 (0)