Skip to content

Commit

Permalink
Merge pull request #7931 from kenjis/docs-warning-php74
Browse files Browse the repository at this point in the history
docs: add warning on PHP 7.4 EOL
  • Loading branch information
kenjis authored Sep 12, 2023
2 parents 987667a + d06f9cf commit ebc9a57
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ PHP version 7.4 or higher is required, with the following extensions installed:
- [intl](http://php.net/manual/en/intl.requirements.php)
- [mbstring](http://php.net/manual/en/mbstring.installation.php)

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

- json (enabled by default - don't turn it off)
Expand Down
5 changes: 5 additions & 0 deletions admin/framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ PHP version 7.4 or higher is required, with the following extensions installed:
- [intl](http://php.net/manual/en/intl.requirements.php)
- [mbstring](http://php.net/manual/en/mbstring.installation.php)

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

- json (enabled by default - don't turn it off)
Expand Down
5 changes: 5 additions & 0 deletions admin/starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ PHP version 7.4 or higher is required, with the following extensions installed:
- [intl](http://php.net/manual/en/intl.requirements.php)
- [mbstring](http://php.net/manual/en/mbstring.installation.php)

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

- json (enabled by default - don't turn it off)
Expand Down
4 changes: 4 additions & 0 deletions user_guide_src/source/intro/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ PHP and Required Extensions
- `mbstring <https://www.php.net/manual/en/mbstring.requirements.php>`_
- `json <https://www.php.net/manual/en/json.requirements.php>`_

.. warning:: The end of life date for PHP 7.4 was November 28, 2022. If you are
still using PHP 7.4, you should upgrade immediately. The end of life date
for PHP 8.0 will be November 26, 2023.

***********************
Optional PHP Extensions
***********************
Expand Down

0 comments on commit ebc9a57

Please sign in to comment.