diff --git a/README.md b/README.md index 7d2940a21246..1a47301b82cc 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/admin/framework/README.md b/admin/framework/README.md index 870e5f96adff..00cdf704c2f4 100644 --- a/admin/framework/README.md +++ b/admin/framework/README.md @@ -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) diff --git a/admin/starter/README.md b/admin/starter/README.md index 461e949f2f26..11d1cf13eec4 100644 --- a/admin/starter/README.md +++ b/admin/starter/README.md @@ -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) diff --git a/user_guide_src/source/intro/requirements.rst b/user_guide_src/source/intro/requirements.rst index 8e5ac2428675..e025198a8cc0 100644 --- a/user_guide_src/source/intro/requirements.rst +++ b/user_guide_src/source/intro/requirements.rst @@ -16,6 +16,10 @@ PHP and Required Extensions - `mbstring `_ - `json `_ +.. 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 ***********************