Skip to content

Commit ebc9a57

Browse files
authored
Merge pull request #7931 from kenjis/docs-warning-php74
docs: add warning on PHP 7.4 EOL
2 parents 987667a + d06f9cf commit ebc9a57

4 files changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ PHP version 7.4 or higher is required, with the following extensions installed:
9191
- [intl](http://php.net/manual/en/intl.requirements.php)
9292
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
9393

94+
> **Warning**
95+
> The end of life date for PHP 7.4 was November 28, 2022. If you are
96+
> still using PHP 7.4, you should upgrade immediately. The end of life date
97+
> for PHP 8.0 will be November 26, 2023.
98+
9499
Additionally, make sure that the following extensions are enabled in your PHP:
95100

96101
- json (enabled by default - don't turn it off)

admin/framework/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ PHP version 7.4 or higher is required, with the following extensions installed:
4747
- [intl](http://php.net/manual/en/intl.requirements.php)
4848
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
4949

50+
> **Warning**
51+
> The end of life date for PHP 7.4 was November 28, 2022. If you are
52+
> still using PHP 7.4, you should upgrade immediately. The end of life date
53+
> for PHP 8.0 will be November 26, 2023.
54+
5055
Additionally, make sure that the following extensions are enabled in your PHP:
5156

5257
- json (enabled by default - don't turn it off)

admin/starter/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ PHP version 7.4 or higher is required, with the following extensions installed:
5555
- [intl](http://php.net/manual/en/intl.requirements.php)
5656
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
5757

58+
> **Warning**
59+
> The end of life date for PHP 7.4 was November 28, 2022. If you are
60+
> still using PHP 7.4, you should upgrade immediately. The end of life date
61+
> for PHP 8.0 will be November 26, 2023.
62+
5863
Additionally, make sure that the following extensions are enabled in your PHP:
5964

6065
- json (enabled by default - don't turn it off)

user_guide_src/source/intro/requirements.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ PHP and Required Extensions
1616
- `mbstring <https://www.php.net/manual/en/mbstring.requirements.php>`_
1717
- `json <https://www.php.net/manual/en/json.requirements.php>`_
1818

19+
.. warning:: The end of life date for PHP 7.4 was November 28, 2022. If you are
20+
still using PHP 7.4, you should upgrade immediately. The end of life date
21+
for PHP 8.0 will be November 26, 2023.
22+
1923
***********************
2024
Optional PHP Extensions
2125
***********************

0 commit comments

Comments
 (0)