Skip to content

Commit

Permalink
DOC Update supported PHP version for CMS 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabina Talipova committed Dec 12, 2023
1 parent fd9af10 commit e2c2ff1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions en/00_Getting_Started/00_Server_Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ the server to update templates, website logic, and perform upgrades or maintenan

## PHP

- PHP >=8.1, <=8.2
- PHP >=8.1, <=8.3
- PHP extensions: `ctype`, `dom`, `fileinfo`, `hash`, `intl`, `mbstring`, `session`, `simplexml`, `tokenizer`, `xml`
- PHP configuration: `memory_limit` with at least `48M`
- PHP extension for image manipulation: Either `gd` or `imagick`
Expand Down Expand Up @@ -292,7 +292,8 @@ table may be of use:

| Silverstripe CMS Version | PHP Version |
| ------------------------ | ----------- |
| 5.0 + | 8.1 - 8.2 |
| 5.2 + | 8.1 - 8.3 |
| 5.0 - 5.1 | 8.1 - 8.2 |
| 4.11 + | 7.4 - 8.1 |
| 4.10 | 7.3 - 8.0 |
| 4.5 - 4.9 | 7.1 - 7.4 |
Expand Down

0 comments on commit e2c2ff1

Please sign in to comment.