From f42da0945dbb61bcfa0e81a13982d88274b7cde2 Mon Sep 17 00:00:00 2001 From: Ihor Sviziev Date: Thu, 5 Nov 2020 09:24:16 +0200 Subject: [PATCH 1/2] Add warning about using psr php extension --- src/_includes/install/php-versions-2.4.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/_includes/install/php-versions-2.4.md b/src/_includes/install/php-versions-2.4.md index edd3c63fc44..5b5dbc5d98b 100644 --- a/src/_includes/install/php-versions-2.4.md +++ b/src/_includes/install/php-versions-2.4.md @@ -2,3 +2,6 @@ Magento supports PHP 7.4.0. You can install Magento 2.4.0 with 7.3, but it is no {:.bs-callout-warning} There is a [bug](https://bugs.php.net/bug.php?id=79174) in PHP 7.4.2 which causes some messages to not render properly. Magento recommends using other versions of 7.4. + +{:.bs-callout-warning} +There is a [bug](https://github.com/jbboehr/php-psr/issues/78) in `psr` php extension which causes PHP Fatal error issues during installation and Magento upgrade. Magento recommends uninstall or deactivate `psr` php extension. From 3754a293a24139c8b329b12ffe7fa37c64235c64 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Tue, 10 Nov 2020 07:46:39 -0500 Subject: [PATCH 2/2] Grammar and formatting --- src/_includes/install/php-versions-2.4.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/_includes/install/php-versions-2.4.md b/src/_includes/install/php-versions-2.4.md index 5b5dbc5d98b..3ced1882dc4 100644 --- a/src/_includes/install/php-versions-2.4.md +++ b/src/_includes/install/php-versions-2.4.md @@ -2,6 +2,4 @@ Magento supports PHP 7.4.0. You can install Magento 2.4.0 with 7.3, but it is no {:.bs-callout-warning} There is a [bug](https://bugs.php.net/bug.php?id=79174) in PHP 7.4.2 which causes some messages to not render properly. Magento recommends using other versions of 7.4. - -{:.bs-callout-warning} -There is a [bug](https://github.com/jbboehr/php-psr/issues/78) in `psr` php extension which causes PHP Fatal error issues during installation and Magento upgrade. Magento recommends uninstall or deactivate `psr` php extension. +There is a [bug](https://github.com/jbboehr/php-psr/issues/78) in the `psr` php extension which causes fatal errors during installation or upgrade. Magento recommends uninstalling or deactivating the `psr` php extension.